initial commit

This commit is contained in:
2021-03-29 22:28:09 +02:00
commit 1ddb53fa97
6 changed files with 51 additions and 0 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM alpine:latest
RUN apk add --no-cache mysql-client restic rclone
RUN mkdir /app && mkdir /config
COPY entrypoint.sh /app/entrypoint.sh
WORKDIR /config
VOLUME /config
ENTRYPOINT /app/entrypoint.sh