Skip to content

Commit 55a01b1

Browse files
chore: update start.sh
1 parent 9749442 commit 55a01b1

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
@@ -1,6 +1,6 @@
11
SSR_PATH=/opt/sqlbot/g2-ssr
22
APP_PATH=/opt/sqlbot/app
3-
node $SSR_PATH/app.js
3+
nohup node $SSR_PATH/app.js &
44

55
cd $APP_PATH
66
uvicorn main:app --host 0.0.0.0 --port 8000 --workers 1 --proxy-headers

0 commit comments

Comments
 (0)