mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Add Filament Optimize (#619)
This commit is contained in:
3
.github/docker/entrypoint.sh
vendored
3
.github/docker/entrypoint.sh
vendored
@@ -38,6 +38,9 @@ fi
|
||||
echo -e "Migrating Database"
|
||||
php artisan migrate --force
|
||||
|
||||
echo -e "Optimizing Filament"
|
||||
php artisan filament:optimize
|
||||
|
||||
## start cronjobs for the queue
|
||||
echo -e "Starting cron jobs."
|
||||
crond -L /var/log/crond -l 5
|
||||
|
||||
Reference in New Issue
Block a user