[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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