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