Update Railway build configuration
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://railway.app/railway.schema.json",
|
"$schema": "https://railway.app/railway.schema.json",
|
||||||
"build": {
|
"build": {
|
||||||
"builder": "NIXPACKS",
|
"builder": "NIXPACKS",
|
||||||
"buildCommand": "npm ci && npm run build"
|
"command": "npm ci && npm run build"
|
||||||
},
|
},
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"startCommand": "HOSTNAME=0.0.0.0 PORT=8080 npm start",
|
"startCommand": "HOSTNAME=0.0.0.0 PORT=8080 npm start",
|
||||||
|
|||||||
Reference in New Issue
Block a user