mirror of
https://github.com/restic/restic.git
synced 2026-07-03 22:14:17 +00:00
add docker image
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3.6
|
||||
|
||||
COPY restic /usr/bin
|
||||
|
||||
ENTRYPOINT ["/usr/bin/restic"]
|
||||
Reference in New Issue
Block a user