move market data seeder to dedicated command

This commit is contained in:
hackerESQ
2024-09-08 21:17:12 -05:00
parent 92e57e6638
commit 1a8e43f790
4 changed files with 66 additions and 5 deletions
+3
View File
@@ -29,5 +29,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