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

Minor updates (#24)

- Remove `crontab`.
- Rename dockerize action.
This commit is contained in:
jmqm
2021-08-30 11:34:54 -05:00
committed by GitHub
parent ea6ce91e8c
commit 23d0115222
3 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,6 @@ RUN apk add --no-cache \
ENV CRON_TIME "0 */12 * * *"
ENV UID 100
ENV GID 100
ENV CRONFILE /etc/crontabs/root
ENV DELETE_AFTER 0
COPY entrypoint.sh /usr/local/bin/entrypoint.sh