Closed nombrekeff closed 2 years ago
Okay, I've realized it has nothing to do with the started project. It's something to do with one of the dependencies I'm using...
Okay i will close the issue for now. If you run into any other problems let me know
Hey there!
I've been trying to run the project with docker by running:
npm run docker
ordocker-compose -f docker-compose.yml up --build
And it gives me an error which I can't find a solution to. The error is:
Any idea what I could do to fix this? It seems that the package.json is in copied in the Dockerfile, but when running
npm run start:prod
it does not find it.