add Dockerfile
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM restic/restic:0.18.1
|
||||
|
||||
RUN apk add --no-cache openssh-client bash
|
||||
|
||||
COPY scripts/restic.bash /usr/local/bin/backup-entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/backup-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/backup-entrypoint.sh"]
|
||||
Reference in New Issue
Block a user