techblog/docker/entrypoint.sh

7 lines
116 B
Bash
Raw Normal View History

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