diff --git a/contrib/docker/start.sh b/contrib/docker/start.sh index be374a914..59c54b978 100755 --- a/contrib/docker/start.sh +++ b/contrib/docker/start.sh @@ -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