FROM gitea/gitea:1.14.5-rootless WORKDIR /app COPY app_url.txt ./ COPY run.sh ./ USER root RUN chmod +x ./run.sh ENTRYPOINT ["./run.sh"]