feat: run database seeder on container startup
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m39s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m39s
This commit is contained in:
parent
a900f58c26
commit
01cc6cefa7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue