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:
@ -1,3 +1,5 @@
|
||||
FROM scratch
|
||||
FROM alpine:3.21
|
||||
|
||||
COPY data/ /data
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "-c", "while sleep 3600; do :; done"]
|
||||
|
Reference in New Issue
Block a user