1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 22:36:41 +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

View File

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