Skip to content

Commit a338ec7

Browse files
committed
feat: pm2 start ssr service
1 parent 6c19e57 commit a338ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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 &
1010

1111
nohup uvicorn main:mcp_app --host 0.0.0.0 --port 8001 &
1212

0 commit comments

Comments
 (0)