From 2e230c749eb5182859656ae0210bef274994e2e4 Mon Sep 17 00:00:00 2001 From: Tudor Sitaru Date: Fri, 10 Oct 2025 11:30:16 +0100 Subject: [PATCH] adding images to volume --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 710cb43..d1e521a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV PYTHONUNBUFFERED=1 ENV PYTHONPATH=/app # Expose volume for persistent data -VOLUME ["/app/snapshots", "/app/logs"] +VOLUME ["/app/snapshots", "/app/logs", "/app/parentzone_images"] # Start cron and keep container running CMD ["sh", "-c", "cron && tail -f /var/log/cron.log"]