fix(crond): Correction du conteneur Docker pour prendre en compte le cron
This commit is contained in:
@ -20,6 +20,9 @@ ENV TZ=Europe/Paris
|
||||
COPY . /opt/rawdog
|
||||
COPY ./crontabs /etc/crontabs/root
|
||||
|
||||
RUN chown root:root /etc/crontabs/root && \
|
||||
chmod 600 /etc/crontabs/root
|
||||
|
||||
WORKDIR /opt/rawdog
|
||||
|
||||
VOLUME /opt/rawdog/public
|
||||
|
Reference in New Issue
Block a user