[INFRA-267] fix: update silo command path in supervisor configuration #4629

This commit is contained in:
Akshat Jain
2025-10-31 16:14:50 +05:30
committed by GitHub
parent 9e14ca3148
commit 6c723fcf0b
+1 -1
View File
@@ -115,7 +115,7 @@ priority=20
[program:silo]
directory=/app/silo
command=sh -c "node silo/start.cjs"
command=sh -c "node apps/silo/dist/start.cjs"
autostart=true
autorestart=true
stdout_logfile=/app/logs/access/silo.log