made changes
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -1,14 +1,16 @@
|
||||
FROM alpine:latest
|
||||
FROM restic/restic
|
||||
|
||||
RUN apk add --no-cache mysql-client restic rclone
|
||||
RUN apk add --no-cache mysql-client rclone bash fuse
|
||||
|
||||
RUN mkdir /app && mkdir /config
|
||||
|
||||
COPY entrypoint.sh /app/entrypoint.sh
|
||||
COPY init.sh /app/init.sh
|
||||
COPY setup.sh /app/setup.sh
|
||||
COPY backup.sh /app/backup.sh
|
||||
COPY interactive.sh /app/interactive.sh
|
||||
COPY mysql.sh /app/mysql.sh
|
||||
|
||||
WORKDIR /config
|
||||
|
||||
VOLUME /config
|
||||
|
||||
ENTRYPOINT /app/entrypoint.sh
|
||||
ENTRYPOINT /app/backup.sh
|
||||
|
||||
Reference in New Issue
Block a user