Skip to content

Commit

Permalink
build: added verbosity to scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed May 13, 2024
1 parent 99348b9 commit 890ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 890ed1e

Please sign in to comment.