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