Skip to content

Commit 39f0433

Browse files
authored
Merge pull request #288 from dbarzin/dev
remove message on build
2 parents c76a486 + ea239e5 commit 39f0433

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)