Skip to content

Commit

Permalink
fix: cronjob working (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quadrubo committed Jul 20, 2023
1 parent 812d74d commit d76c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apk update \
# Needed for envsubst
gettext \
# Install cron file
&& echo "MAILTO=\"\"\n* * * * * webuser /usr/bin/php /var/www/html/artisan schedule:run" > /var/spool/cron/crontabs/root \
&& echo "* * * * * /usr/local/bin/php /var/www/html/artisan schedule:run" > /var/spool/cron/crontabs/root \
# Clean up package lists
# && apt-get clean \
&& rm -rf /tmp/* /var/tmp/* /usr/share/doc/*
Expand Down

0 comments on commit d76c64f

Please sign in to comment.