1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-06-27 13:35:10 +00:00

share common env var code

This commit is contained in:
Elliott Shugerman
2022-09-25 13:55:47 -04:00
parent abbe4b3703
commit 53c5ca4b11
4 changed files with 49 additions and 91 deletions

View File

@ -23,6 +23,7 @@ ENV PASSPHRASE ''
ENV BACKUP_KEEP_DAYS ''
ADD src/run.sh run.sh
ADD src/env.sh env.sh
ADD src/backup.sh backup.sh
ADD src/restore.sh restore.sh