Back to postdeploy

Release overrides the entrypoint.
This commit is contained in:
Luke Murphy
2020-03-12 19:28:08 +01:00
parent 1907e7c19b
commit 4eb972c703
4 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,7 @@ FROM gitea/gitea:1.11.2
COPY . ${WORKDIR}
RUN mkdir -p /app/
COPY release.sh /app/
COPY postdeploy.sh /app/
EXPOSE 3000