adding images to volume
All checks were successful
Build Docker Image / build (push) Successful in 1m22s

This commit is contained in:
Tudor Sitaru
2025-10-10 11:30:16 +01:00
parent 811e4202f3
commit 2e230c749e

View File

@@ -36,7 +36,7 @@ ENV PYTHONUNBUFFERED=1
ENV PYTHONPATH=/app ENV PYTHONPATH=/app
# Expose volume for persistent data # Expose volume for persistent data
VOLUME ["/app/snapshots", "/app/logs"] VOLUME ["/app/snapshots", "/app/logs", "/app/parentzone_images"]
# Start cron and keep container running # Start cron and keep container running
CMD ["sh", "-c", "cron && tail -f /var/log/cron.log"] CMD ["sh", "-c", "cron && tail -f /var/log/cron.log"]