mirror of
https://github.com/restic/restic.git
synced 2025-03-13 15:50:56 +00:00
6 lines
70 B
Docker
6 lines
70 B
Docker
![]() |
FROM alpine:3.6
|
||
|
|
||
|
COPY restic /usr/bin
|
||
|
|
||
|
ENTRYPOINT ["/usr/bin/restic"]
|