Developers had made one node.js app that runs on web. its running over linux server, but when im trying to make a Dockerfile and run the container isn’t getting started . i tried by creating 2 Dockerfile but still no result
Could you provide me the script that needs to be added in my package.json file.
and to note : there are two files as package.json .
one /package.json and other inside a directory api/package.json
Is your JSON formatted correctly? Could you post it please?
Also, what aboutthe other dockerfile, in which you do npm ci instead of npm install? Same error?
By the way, please format your code like so: json or dockerfile, etc.