FROM gitea/gitea:1.14.5 WORKDIR /app COPY run.sh ./ ENV GITEA_CUSTOM=/var/lib/gitea/custom RUN chmod +x ./run.sh ENTRYPOINT ["./run.sh"]