mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-24 16:09:14 +01:00
Add quiet option to prevent error during image start - Fixes #196
This commit is contained in:
parent
65e1d30e1a
commit
66cfe8a377
2
docker/entrypoint.sh
vendored
2
docker/entrypoint.sh
vendored
@ -39,7 +39,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${COMMIT}" > /2fauth/installed
|
echo "${COMMIT}" > /2fauth/installed
|
||||||
php artisan storage:link
|
php artisan storage:link --quiet
|
||||||
php artisan config:cache
|
php artisan config:cache
|
||||||
|
|
||||||
supervisord
|
supervisord
|
||||||
|
Loading…
Reference in New Issue
Block a user