Simplify dockerfile once more

This commit is contained in:
Luke Murphy 2020-03-15 09:28:34 +01:00
parent 444b37a61d
commit 391a2f7ca6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 6 deletions

View File

@ -1,10 +1,5 @@
FROM gitea/gitea:1.11.3
COPY app.json ${WORKDIR}
COPY CHECKS ${WORKDIR}
RUN mkdir -p /app/
COPY predeploy.sh /app/
COPY postdeploy.sh /app/
COPY . ${WORKDIR}
EXPOSE 3000