Browse Source

Update crontab to reference full PHP path (#1517)

Otherwise it doesn't work
Vladislav Otchenashev 6 years ago
parent
commit
8624335f61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      workspace/crontab/laradock

+ 1 - 1
workspace/crontab/laradock

@@ -1 +1 @@
-* * * * * laradock php /var/www/artisan schedule:run >> /dev/null 2>&1
+* * * * * laradock /usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1