Skip to content

Commit febf98e

Browse files
authored
[INFRA-351] fix: correct directory and command for space program in supervisor.conf #8838
1 parent 5747dc6 commit febf98e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deployments/aio/community/supervisor.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ priority=10
1818

1919

2020
[program:space]
21-
directory=/app/space/apps/space/build/server
22-
command=sh -c "npx react-router-serve index.js"
21+
directory=/app/space/apps/space
22+
command=sh -c "npx react-router-serve ./build/server/index.js"
2323
autostart=true
2424
autorestart=true
2525
stdout_logfile=/app/logs/access/space.log

0 commit comments

Comments
 (0)