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]
|
||||
directory=/app/live
|
||||
command=sh -c "node live/server.js"
|
||||
directory=/app/live/apps/live
|
||||
command=sh -c "node ./dist/server.js"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/app/logs/access/live.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue