[PRIME-24] fix: update live server aio build path (#7911)
* fix: udpate live server aio build path * chore: build path
This commit is contained in:
parent
d3024f8a7f
commit
07ff457663
1 changed files with 1 additions and 2 deletions
|
|
@ -96,8 +96,7 @@ priority=20
|
|||
|
||||
|
||||
[program:live]
|
||||
directory=/app/live/apps/live
|
||||
command=sh -c "node ./dist/server.js"
|
||||
command=sh -c "node /app/live/apps/live/dist/start.js"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/app/logs/access/live.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue