Skip to content

Commit f9e21c5

Browse files
authored
Deployment AIO fixed live entered FATAL state (#7893)
1 parent 5c842d5 commit f9e21c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/aio/community/supervisor.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ priority=20
9696

9797

9898
[program:live]
99-
directory=/app/live
100-
command=sh -c "node live/server.js"
99+
directory=/app/live/apps/live
100+
command=sh -c "node ./dist/server.js"
101101
autostart=true
102102
autorestart=true
103103
stdout_logfile=/app/logs/access/live.log

0 commit comments

Comments
 (0)