fix queue schedule
This commit is contained in:
parent
937f0fff2a
commit
029b83f4dc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue