mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
fix(railway): change healthcheck path to /health
- Change from '/' to '/health' to avoid static file catch-all - Root '/' is caught by serveStatic() in production - /health endpoint returns JSON status correctly
This commit is contained in:
parent
213efdeb71
commit
0caf77b542
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"deploy": {
|
||||
"startCommand": "npm start",
|
||||
"healthcheckPath": "/",
|
||||
"healthcheckPath": "/health",
|
||||
"healthcheckTimeout": 100,
|
||||
"restartPolicyType": "ON_FAILURE",
|
||||
"restartPolicyMaxRetries": 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue