mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-27 22:25:24 +00:00
Initial
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM restic/restic
|
||||
|
||||
ADD requirements.txt /
|
||||
RUN apk update && apk add python3 dcron
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
ADD restic-backup /restic-backup
|
||||
|
||||
WORKDIR /restic-backup
|
||||
|
||||
ENTRYPOINT []
|
||||
CMD ["/restic-backup/entrypoint.sh"]
|
Reference in New Issue
Block a user