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:
@ -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/ \
|
||||
|
Reference in New Issue
Block a user