ARG REGISTRY FROM ${REGISTRY}gitea/gitea:1.13.0-linux-amd64 COPY app.ini /init/ COPY ./templates /init/templates/ COPY run.sh / CMD ["sh", "/run.sh"]