Run server in background
This commit is contained in:
@@ -6,4 +6,5 @@ cd /home/dsyoon/workspace/meeting_ai/server
|
|||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
PORT="${PORT:-8018}" npm run start
|
PORT="${PORT:-8018}" nohup npm run start > server.log 2>&1 &
|
||||||
|
echo "Server started (PID: $!). Logs: server.log"
|
||||||
Reference in New Issue
Block a user