This commit is contained in:
2026-08-04 19:27:51 +02:00
parent 85a95a1aa4
commit 1c3ea8fb87
+1
View File
@@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY app ./app
COPY config.yaml ./config.yaml
COPY LICENSE ./LICENSE
ENV CONFIG_PATH=/app/config.yaml
ENV TZ=Europe/Berlin