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