[INFRA-351] fix: correct directory and command for space program in supervisor.conf #8838

This commit is contained in:
Akshat Jain
2026-03-31 18:53:51 +05:30
committed by GitHub
parent 5747dc6fd8
commit febf98ea54
+2 -2
View File
@@ -18,8 +18,8 @@ priority=10
[program:space]
directory=/app/space/apps/space/build/server
command=sh -c "npx react-router-serve index.js"
directory=/app/space/apps/space
command=sh -c "npx react-router-serve ./build/server/index.js"
autostart=true
autorestart=true
stdout_logfile=/app/logs/access/space.log