Update init.sh

not overwrite
This commit is contained in:
Easy 2022-01-04 19:42:40 +08:00 committed by GitHub
parent e3798865a7
commit b85850c9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/bash
# 初始化 laravel
cd /app/api && composer install && cp .env.example .env && php artisan key:generate && php artisan migrate --seed
cd /app/api && composer install && cp -n .env.example .env && php artisan key:generate && php artisan migrate --seed
chmod -R 0777 /app/api/storage
chmod -R 0777 /app/api/bootstrap/cache/
@ -10,4 +10,4 @@ chmod -R 0777 /app/api/bootstrap/cache/
# 启动 proxy
# 已经设置为 deamon
# cd /app/proxy && ./server-linux &
# cd /app/proxy && ./server-linux &