Deployment AIO fixed live entered FATAL state (#7893)
This commit is contained in:
parent
5c842d592e
commit
f9e21c58c0
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ priority=20
|
||||||
|
|
||||||
|
|
||||||
[program:live]
|
[program:live]
|
||||||
directory=/app/live
|
directory=/app/live/apps/live
|
||||||
command=sh -c "node live/server.js"
|
command=sh -c "node ./dist/server.js"
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stdout_logfile=/app/logs/access/live.log
|
stdout_logfile=/app/logs/access/live.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue