mirror of
https://github.com/makeplane/plane.git
synced 2026-05-12 11:58:41 -05:00
[INFRA-351] fix: correct directory and command for space program in supervisor.conf #8838
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user