COPY right files

This commit is contained in:
Luke Murphy 2020-03-15 08:32:30 +01:00
parent 52d5e9ee21
commit 513843b395
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 2 deletions

View File

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