[INFRA-351] fix: correct directory and command for space program in supervisor.conf #8838
This commit is contained in:
parent
5747dc6fd8
commit
febf98ea54
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ priority=10
|
||||||
|
|
||||||
|
|
||||||
[program:space]
|
[program:space]
|
||||||
directory=/app/space/apps/space/build/server
|
directory=/app/space/apps/space
|
||||||
command=sh -c "npx react-router-serve index.js"
|
command=sh -c "npx react-router-serve ./build/server/index.js"
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stdout_logfile=/app/logs/access/space.log
|
stdout_logfile=/app/logs/access/space.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue