mirror of
https://github.com/restic/restic.git
synced 2025-02-22 22:22:14 +00:00
6 lines
70 B
Text
6 lines
70 B
Text
|
FROM alpine:3.6
|
||
|
|
||
|
COPY restic /usr/bin
|
||
|
|
||
|
ENTRYPOINT ["/usr/bin/restic"]
|