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"]