techblog/docker/entrypoint.sh

8 lines
144 B
Bash
Raw Permalink Normal View History

#!/bin/sh
set -e
php artisan migrate --force
php artisan db:seed --force
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf