Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
markmunyaka
Posts
Comments
R
Railway
•
Created by markmunyaka on 10/8/2024 in
#✋|help
Deploy Barebones Node.js
SOLVED Thanks for the tip. I solved the issue by adding a
package.json
file to my repo. I think it helped Nixpacks build the image.
{
"scripts"
: {
"start"
:
"node index.js"
}
}
{
"scripts"
: {
"start"
:
"node index.js"
}
}
4 replies