Fix syntax

This commit is contained in:
dgtlmoon
2022-10-23 15:59:13 +02:00
parent 0394a56be5
commit af799a097e
3 changed files with 7 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ EXPOSE 5000
# The actual flask app # The actual flask app
COPY changedetectionio /app/changedetectionio COPY changedetectionio /app/changedetectionio
# The eventlet server wrapper # The eventlet server wrapper
COPY changedetection.py /app/changedetection.py COPY changedetection.py /app/changedetection.py