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