1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-19 00:06:40 +03:00

Combine scripts, refactor, minor README improvements (#26)

- Combined backup and delete scripts.
  - Consequently, deleted `backup.sh` and `delete.sh`.
  - Changed Dockerfile and `entrypoint.sh`.
- Refactored script.
- Docker compose example in README now includes network property _(is it called a property?)_.
- README volume permission requirements are placed at better locations.
This commit is contained in:
jmqm
2022-01-02 19:37:08 -06:00
committed by GitHub
parent 23d0115222
commit 479d78b9e3
6 changed files with 61 additions and 62 deletions

View File

@ -15,8 +15,7 @@ ENV GID 100
ENV DELETE_AFTER 0
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
COPY backup.sh /app/
COPY delete.sh /app/
COPY script.sh /app/
RUN mkdir /app/log/ \
&& chown -R app:app /app/ \