mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
Update run.sh (#498)
This commit is contained in:
@@ -10,4 +10,6 @@ node apps/tasks/tasks.cjs &
|
||||
node apps/websocket/wssServer.cjs &
|
||||
|
||||
# Run the nextjs server
|
||||
node apps/nextjs/server.js
|
||||
node apps/nextjs/server.js & PID=$!
|
||||
|
||||
wait $PID
|
||||
|
||||
Reference in New Issue
Block a user