fix wrong placement of MYSQLDUMP_OPTS variable

This commit is contained in:
Fco. Javier Delgado del Hoyo 2022-02-05 13:01:53 +01:00
parent 8992f162d7
commit f741822403
3 changed files with 4 additions and 3 deletions

View file

@ -29,7 +29,8 @@ COPY --from=binary /go/bin/dockerize /usr/local/bin
ENV CRON_TIME="0 3 * * sun" \
MYSQL_HOST="mysql" \
MYSQL_PORT="3306" \
TIMEOUT="10s"
TIMEOUT="10s" \
MYSQLDUMP_OPTS="--quick"
COPY ["run.sh", "backup.sh", "restore.sh", "/"]
RUN mkdir /backup && \