From 4b2f394fceb27c3eac1973b11aa0f72ea422465a Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 15 Sep 2025 10:35:04 +0200 Subject: [PATCH] Include YML --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 56f63aac1..ad649ccb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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