Update Dockerfile

This commit is contained in:
mc303 2020-10-30 11:47:28 +01:00 committed by GitHub
parent 1493a7acbd
commit 8cac78553b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,5 +56,5 @@ RUN cp config.dist.php config.php && \
ENV CRONTAB_FILE=/var/spool/cron/crontabs/root
ENTRYPOINT ["/entrypoint.sh"]
CMD [ "crond -l 2 -f" ]
CMD [ "sh", "-c", "crond -l 2 -f" ]