Actually use HORIZON_EMBED env in docker script.

pull/491/head
chris 7 years ago
parent af5cc6e557
commit f4b9e1fb27

@ -9,7 +9,7 @@ php artisan storage:link
php artisan migrate --force
# Run a worker if it is set as embedded
if [ HORIZON_EMBED = true ]; then
if [ $HORIZON_EMBED = true ]; then
php artisan horizon &
fi

Loading…
Cancel
Save