mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 09:37:55 -05:00
Update Railway placeholder
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"$schema": "https://railway.app/railway.schema.json",
|
||||
"build": {
|
||||
"builder": "NIXPACKS",
|
||||
"buildCommand": "npm install && npm run build"
|
||||
"buildCommand": "echo 'Meta repo has no build step'",
|
||||
"startCommand": "echo 'No runtime service'"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "npm start",
|
||||
"healthcheckPath": "/health",
|
||||
"restartPolicyType": "ON_FAILURE"
|
||||
"healthcheckPath": "/",
|
||||
"restartPolicyType": "NEVER"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user