From 029b83f4dc1cba557e8f07ebc8475deb494d49f9 Mon Sep 17 00:00:00 2001 From: saibotk Date: Mon, 29 Jul 2019 05:15:38 +0200 Subject: [PATCH] fix queue schedule --- services/php/Dockerfile | 2 +- services/php/schedule | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/php/Dockerfile b/services/php/Dockerfile index bbc4cf2..f8e0629 100644 --- a/services/php/Dockerfile +++ b/services/php/Dockerfile @@ -39,7 +39,7 @@ RUN mkdir -p /var/log/pterodactyl COPY install.sh /usr/local/bin/install COPY upgrade.sh /usr/local/bin/upgrade -COPY schedule /var/spoon/cron/crontabs/schedule +COPY schedule /var/spool/cron/crontabs/schedule COPY supervisord.conf /etc/supervisor/supervisord.conf COPY www.conf /usr/local/etc/php-fpm.d/www.conf diff --git a/services/php/schedule b/services/php/schedule index 81f6972..b939920 100644 --- a/services/php/schedule +++ b/services/php/schedule @@ -1 +1 @@ -* * * * * php /var/www/html/pterodactyl/artisan schedule:run >> /dev/null 2>&1 +* * * * * /usr/bin/php /var/www/html/pterodactyl/artisan schedule:run >> /dev/null 2>&1