2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 14:48:24 +00:00
restic/docker/Dockerfile
2017-06-23 10:28:18 +02:00

6 lines
70 B
Docker

FROM alpine:3.6
COPY restic /usr/bin
ENTRYPOINT ["/usr/bin/restic"]