big refactor
All checks were successful
continuous-integration/drone/push Build is passing

too lazy to list things
This commit is contained in:
2022-03-27 19:28:00 +02:00
parent 5f8248d236
commit 818e58f179
11 changed files with 74 additions and 32 deletions

View File

@@ -4,11 +4,7 @@ RUN apk add --no-cache mysql-client rclone bash fuse postgresql-client
RUN mkdir /app && mkdir /config
COPY entrypoint.sh /app/entrypoint.sh
COPY setup.sh /app/setup.sh
COPY backup.sh /app/backup.sh
COPY interactive.sh /app/interactive.sh
COPY restore.sh /app/restore.sh
COPY src/ /app/
WORKDIR /config