restic/docker/Dockerfile

6 lines
70 B
Docker
Raw Normal View History

2017-06-23 10:26:51 +02:00
FROM alpine:3.6
COPY restic /usr/bin
ENTRYPOINT ["/usr/bin/restic"]