mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Update Dockerfile
This commit is contained in:
parent
04b251d125
commit
b14f6e1645
@ -38,8 +38,7 @@ RUN touch .env
|
|||||||
RUN composer install --no-dev --optimize-autoloader
|
RUN composer install --no-dev --optimize-autoloader
|
||||||
|
|
||||||
# Set file permissions
|
# Set file permissions
|
||||||
RUN chmod -R 755 storage \
|
RUN chmod -R 755 storage bootstrap/cache
|
||||||
&& chmod -R 755 bootstrap/cache
|
|
||||||
|
|
||||||
# Add scheduler to cron
|
# Add scheduler to cron
|
||||||
RUN echo "* * * * * php /var/www/html/artisan schedule:run >> /dev/null 2>&1" | crontab -u www-data -
|
RUN echo "* * * * * php /var/www/html/artisan schedule:run >> /dev/null 2>&1" | crontab -u www-data -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user