mirror of
https://github.com/restic/restic.git
synced 2025-08-13 14:55:30 +00:00
add docker image
This commit is contained in:
5
docker/Dockerfile
Normal file
5
docker/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3.6
|
||||
|
||||
COPY restic /usr/bin
|
||||
|
||||
ENTRYPOINT ["/usr/bin/restic"]
|
Reference in New Issue
Block a user