1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 02:28:14 +03:00

Fix delete not running

- `delete` script was not running as the file was not found. This is fixed.
This commit is contained in:
jmqm 2021-07-15 00:49:16 -05:00 committed by GitHub
parent 5378a1d4fb
commit d002dc9b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ ENV DELETE_AFTER 0
COPY entrypoint.sh /usr/local/bin/entrypoint.sh COPY entrypoint.sh /usr/local/bin/entrypoint.sh
COPY backup.sh /app/ COPY backup.sh /app/
COPY delete.sh /app/
RUN mkdir /app/log/ \ RUN mkdir /app/log/ \
&& chown -R app:app /app/ \ && chown -R app:app /app/ \