Skip to content

Commit 113a118

Browse files
committed
build: start shell test
1 parent 46bfe5f commit 113a118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

start.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ PM2_CMD_PATH=$SSR_PATH/node_modules/pm2/bin/pm2
66
sleep 5
77
wait-for-it 127.0.0.1:5432 --timeout=120 --strict -- echo -e "\033[1;32mPostgreSQL started.\033[0m"
88

9-
nohup $PM2_CMD_PATH start $SSR_PATH/app.js &
9+
#nohup $PM2_CMD_PATH start $SSR_PATH/app.js &
10+
nohup node $SSR_PATH/app.js &
1011

1112
nohup uvicorn main:mcp_app --host 0.0.0.0 --port 8001 &
1213

0 commit comments

Comments
 (0)