i have a problem when start node with forever in docker container, if i launch manually works, instead the same command in Dockerfile, when build and start the container, ex
I'm now trying to use forever in docker. This works:
forever
CMD ["forever", "src/app.js"]