mirror of
https://github.com/makeplane/plane.git
synced 2026-06-14 03:30:00 +00:00
[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:
committed by
GitHub
parent
d3024f8a7f
commit
07ff457663
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user