mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-06-25 21:34:06 +02:00
fix: LOG_DIR is not used anywhere, remove it.
This commit is contained in:
@ -48,10 +48,8 @@ RUN apk update --quiet && \
|
||||
wget && \
|
||||
rm /var/cache/apk/* && \
|
||||
mkdir -p ${HOME_DIR}/jobs && \
|
||||
mkdir -p /var/log/crontab && \
|
||||
rm -rf /etc/periodic /etc/crontabs/root && \
|
||||
adduser -S docker -D && \
|
||||
chmod u=rwx,go=rw /var/log/crontab
|
||||
adduser -S docker -D
|
||||
|
||||
USER docker
|
||||
|
||||
|
Reference in New Issue
Block a user