Include YML

This commit is contained in:
dgtlmoon
2025-09-15 10:35:04 +02:00
parent 015db5fae1
commit 4b2f394fce
+4
View File
@@ -84,6 +84,10 @@ EXPOSE 5000
# The actual flask app module
COPY changedetectionio /app/changedetectionio
# Also for OpenAPI validation wrapper - needs the YML
COPY docs /app/docs
# Starting wrapper
COPY changedetection.py /app/changedetection.py