FROM gitea/gitea:1.11.2 COPY . ${WORKDIR} RUN mkdir -p /app/ COPY postdeploy.sh /app/ EXPOSE 80:3000