This commit is contained in:
hackerESQ
2024-09-08 21:42:05 -05:00
parent 94c3ab6236
commit 6bb0ad4980
3 changed files with 63 additions and 4 deletions
+3
View File
@@ -42,5 +42,8 @@ echo "====================== Installing NPM dependencies and building frontend..
echo "====================== Running migrations... ====================== "
/usr/local/bin/php artisan migrate --force
echo "====================== Running seeders... ====================== "
/usr/local/bin/php artisan seed:market-data
echo "====================== Spinning up Supervisor daemon... ====================== "
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf