remove ignore

This commit is contained in:
dgtlmoon
2025-09-15 11:04:31 +02:00
parent 033a27b790
commit ef7df5d044
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -33,7 +33,6 @@ venv/
# Test and development files
test-datastore/
tests/
docs/
*.md
!README.md
+2 -1
View File
@@ -86,7 +86,8 @@ EXPOSE 5000
COPY changedetectionio /app/changedetectionio
# Also for OpenAPI validation wrapper - needs the YML
COPY docs /app/docs
RUN [ ! -d "/app/docs" ] && mkdir /app/docs
COPY docs/api-spec.yaml /app/docs/api-spec.yaml
# Starting wrapper
COPY changedetection.py /app/changedetection.py