Remove deleted file from Dockerfile

This commit is contained in:
Patrick Jentsch 2021-09-22 14:15:53 +02:00
parent 1ccdccd0bc
commit 2f2992da3a

View File

@ -34,7 +34,7 @@ RUN python -m venv venv \
COPY --chown=nopaque:nopaque app app
COPY --chown=nopaque:nopaque migrations migrations
COPY --chown=nopaque:nopaque tests tests
COPY --chown=nopaque:nopaque boot.sh config.py nopaque-daemon.sh nopaque.py ./
COPY --chown=nopaque:nopaque boot.sh config.py nopaque.py ./
# run-time configuration