diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index c7bf56f..ffe56b3 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -11,7 +11,7 @@ ADD --chmod=777 \ --checksum=sha256:206a8f9b2177703fc5aa924d85ad6c72e82413e2d09635b4c9c82a1b65b5b3d5 \ https://github.com/eficode/wait-for/releases/download/v2.2.4/wait-for /usr/local/bin/wait-for # configure entrypoints and image -RUN echo "* * * * * cd /var/www/html && php artisan schedule:run >> /dev/null 2>&1" > /etc/crontabs/www-data \ +RUN echo "* * * * * cd /var/www/html && php artisan schedule:run" > /etc/crontabs/www-data \ && echo "access.log = /dev/null" >> /usr/local/etc/php-fpm.d/zz-docker.conf ENTRYPOINT ["entrypoint"] CMD ["php-fpm"]