Go for the postdeploy.sh approach

This commit is contained in:
Luke Murphy
2020-03-12 15:01:36 +01:00
parent 88ac6e9526
commit 4c8fe79dbe
3 changed files with 49 additions and 1 deletions

View File

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