Error: Docker build failed
tantran2906
TRIALOP
2 years ago
To fix it, change your build command to 'CI=false npm run build' under settings in Railway. That doesn't work for me
//pakage.json
"scripts": {
"start": "nodemon app.js",
"build": "CI=false npm install"
},
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies