1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-06-28 05: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

@ -1,3 +1,5 @@
FROM scratch
FROM alpine:3.21
COPY data/ /data
ENTRYPOINT ["/bin/sh", "-c", "while sleep 3600; do :; done"]