Deployment Failed during build process with nodejs
It's been 11 days since I made a commit and the deployment worked correctly, and today I pushed to my main branch and the publication failed, what could be happening?
Solution:Jump to solution
delete the nixpacks.toml file and try this Dockerfile instead
```dockerfile
FROM node:20.10.0-alpine
ENV NODE_ENV production...
20 Replies
Project ID:
a2d0a173-be4f-421a-b1b0-ada4f0b76aa2
a2d0a173-be4f-421a-b1b0-ada4f0b76aa2
full build logs please https://bookmarklets.up.railway.app/log-downloader/
try adding a nixpacks.toml to your project with this in it
still the same error
I create a file in the root project nixpacks.toml with the code
can you share your repo?
i meant a link to your repo
its privated
add me?
Yes
brody192
Brody Over?
Ready
what node version do you use locally?
v20.10.0
seems like youre storing uploads in github. you would want to get that removed and make sure to gitignore the contents of that folder
Solution
delete the nixpacks.toml file and try this Dockerfile instead
Ready, Its Worked
Thanks
awesome!