mirror of
https://github.com/restic/restic.git
synced 2025-03-11 14:48:03 +00:00
5 lines
70 B
Docker
5 lines
70 B
Docker
FROM alpine:3.6
|
|
|
|
COPY restic /usr/bin
|
|
|
|
ENTRYPOINT ["/usr/bin/restic"]
|