make mysql optional

This commit is contained in:
hackerESQ
2024-09-04 18:54:35 -05:00
parent 50311958f7
commit d2ae81dd05
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ echo "=============== Install NPM dependencies and build frontend... ======
/usr/bin/npm run build
echo "=============== Running migrations... =============== "
/usr/local/bin/php /var/www/app/artisan migrate
/usr/local/bin/php /var/www/app/artisan migrate --force
echo "=============== Spinning up Supervisor daemon... =============== "
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf