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

6 lines
97 B
Docker
Raw Permalink Normal View History

2025-05-04 13:54:42 +02:00
FROM alpine:3.21
COPY data/ /data
2025-05-04 13:54:42 +02:00
ENTRYPOINT ["/bin/sh", "-c", "while sleep 3600; do :; done"]