We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c76a486 + ea239e5 commit 39f0433Copy full SHA for 39f0433
docker/entrypoint.sh
@@ -6,12 +6,11 @@ bash /etc/initialdb.sh
6
php artisan storage:link
7
bash /etc/uploadiso27001db.sh
8
bash /etc/userdemo.sh
9
-php artisan passport:install
+php artisan passport:install --force --quiet
10
php artisan key:generate
11
chown www-data:www-data storage/oauth-*.key
12
chmod 600 storage/oauth-*.key
13
php artisan serve --host 0.0.0.0 --port 8000 &
14
service postfix start
15
service cron start
16
nginx -g "daemon off;"
17
-
0 commit comments