FROM gitea/gitea:1.14.5 WORKDIR /app COPY run.sh ./ RUN chmod +x ./run.sh ENTRYPOINT ["./run.sh"]