diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 0a5c9d1..ae33050 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -2,5 +2,6 @@ set -e php artisan migrate --force +php artisan db:seed --force exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf