mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-23 23:49:53 +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
|
||||
|
||||
echo "${COMMIT}" > /2fauth/installed
|
||||
php artisan storage:link
|
||||
php artisan storage:link --quiet
|
||||
php artisan config:cache
|
||||
|
||||
supervisord
|
||||
|
Loading…
Reference in New Issue
Block a user