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

Fix some bugs, it is working now!

This commit is contained in:
2025-05-04 13:54:42 +02:00
parent b9c40a6ee8
commit e569eb75b0
5 changed files with 25 additions and 13 deletions

View File

@ -24,4 +24,4 @@ ADD src/env.sh env.sh
ADD src/backup.sh backup.sh
# ADD src/restore.sh restore.sh -- not ready yet
CMD ['sh', 'run.sh']
CMD ["sh", "run.sh"]