1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-15 03:44:35 +03:00

Added timestamp support

This commit is contained in:
10
2018-11-18 02:37:01 +01:00
parent e551725d7a
commit e9ac54cebf
3 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,7 @@ COPY start.sh backup.sh /
ENV DB_FILE /data/db.sqlite3
ENV BACKUP_FILE /data/db-backup.sqlite3
ENV CRON_TIME "0 5 * * *"
ENV TIMESTAMP false
RUN chmod 700 /start.sh /backup.sh