mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-14 02:24:31 +00:00
Actually use HORIZON_EMBED env in docker script.
This commit is contained in:
parent
af5cc6e557
commit
f4b9e1fb27
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ php artisan storage:link
|
||||||
php artisan migrate --force
|
php artisan migrate --force
|
||||||
|
|
||||||
# Run a worker if it is set as embedded
|
# Run a worker if it is set as embedded
|
||||||
if [ HORIZON_EMBED = true ]; then
|
if [ $HORIZON_EMBED = true ]; then
|
||||||
php artisan horizon &
|
php artisan horizon &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue