feat: run database seeder on container startup
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m39s

This commit is contained in:
pch 2026-04-02 00:34:10 +00:00
parent a900f58c26
commit 01cc6cefa7

View file

@ -2,5 +2,6 @@
set -e set -e
php artisan migrate --force php artisan migrate --force
php artisan db:seed --force
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf