mirror of
https://github.com/dataease/SQLBot.git
synced 2026-01-24 10:33:10 +08:00
build: start shell test
This commit is contained in:
4
start.sh
4
start.sh
@@ -6,8 +6,8 @@ PM2_CMD_PATH=$SSR_PATH/node_modules/pm2/bin/pm2
|
||||
sleep 5
|
||||
wait-for-it 127.0.0.1:5432 --timeout=120 --strict -- echo -e "\033[1;32mPostgreSQL started.\033[0m"
|
||||
|
||||
#nohup $PM2_CMD_PATH start $SSR_PATH/app.js &
|
||||
nohup node $SSR_PATH/app.js &
|
||||
nohup $PM2_CMD_PATH start $SSR_PATH/app.js &
|
||||
#nohup node $SSR_PATH/app.js &
|
||||
|
||||
nohup uvicorn main:mcp_app --host 0.0.0.0 --port 8001 &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user