Skip to content

Commit ea239e5

Browse files
committed
remove message on build
1 parent 048886e commit ea239e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ bash /etc/initialdb.sh
66
php artisan storage:link
77
bash /etc/uploadiso27001db.sh
88
bash /etc/userdemo.sh
9-
php artisan passport:install
9+
php artisan passport:install --force --quiet
1010
php artisan key:generate
1111
chown www-data:www-data storage/oauth-*.key
1212
chmod 600 storage/oauth-*.key
1313
php artisan serve --host 0.0.0.0 --port 8000 &
1414
service postfix start
1515
service cron start
1616
nginx -g "daemon off;"
17-

0 commit comments

Comments
 (0)