1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 00:46:10 +03:00

Added more logging and use install instead of mkdir

fixes #12
This commit is contained in:
10
2020-10-18 19:17:27 +02:00
parent 3f0bd862f7
commit 51889d3be3
3 changed files with 13 additions and 8 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache \
ENV DB_FILE /data/db.sqlite3
ENV BACKUP_FILE /data/db_backup/backup.sqlite3
ENV BACKUP_FILE_PERMISSIONS 600
ENV BACKUP_FILE_PERMISSIONS 700
ENV CRON_TIME "0 5 * * *"
ENV TIMESTAMP false
ENV UID 100