add migrations

This commit is contained in:
2023-01-22 10:59:24 +03:30
parent 954aedbe9b
commit 23b90b6f54
2 changed files with 9 additions and 1 deletions

7
entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
php artisan migrate --force
php artisan optimize:clear
php artisan package:discover --ansi
php artisan event:cache
php artisan config:cache
php artisan route:cache
exec supervisord --configuration /etc/supervisord.conf