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:
parent
5378a1d4fb
commit
d002dc9b29
@ -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/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user