There was an error while loading. Please reload this page.
1 parent db01ef6 commit d5d5a2aCopy full SHA for d5d5a2a
1 file changed
railway.json
@@ -1,11 +1,10 @@
1
{
2
"$schema": "https://railway.com/railway.schema.json",
3
"build": {
4
- "builder": "NIXPACKS",
5
- "buildCommand": "pnpm install --frozen-lockfile && pnpm build"
+ "builder": "NIXPACKS"
6
},
7
"deploy": {
8
- "startCommand": "sh -c 'npx next start -H 0.0.0.0 -p ${PORT:-3000}'",
+ "startCommand": "sh -c 'pnpm start -- -H 0.0.0.0 -p ${PORT:-3000}'",
9
"restartPolicyType": "ON_FAILURE",
10
"restartPolicyMaxRetries": 10
11
}
0 commit comments