Skip to content

Commit 2827b78

Browse files
committed
Merge branch 'main' of https://github.com/dataease/SQLBot
2 parents 5d12c24 + 55a01b1 commit 2827b78

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)