Don't copy non-existing file

This commit is contained in:
Luke Murphy 2020-03-15 09:05:57 +01:00
parent 1d24675009
commit 9dd70c0e17
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

View File

@ -5,6 +5,5 @@ COPY CHECKS ${WORKDIR}
RUN mkdir -p /app/
COPY predeploy.sh /app/
COPY postdeploy.sh /app/
EXPOSE 3000