adding images to volume
All checks were successful
Build Docker Image / build (push) Successful in 1m22s
All checks were successful
Build Docker Image / build (push) Successful in 1m22s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user