Open reconman opened 2 days ago
Hello, thanks for the input. Please follow the tags for the time being. I know there are issues, but I have not released the version yet, and nowadays sadly I don't have time to focus on this. I'll take care of these as soon as I have more time from my work.
Since the changes on October 24th, the docker image cannot start anymore:
There are 2 reasons:
node
argument probably needs to be removed from the CMD line since the image already inherits the entrypoint/nodejs/bin/node
, so the CMD should only besrc/index.js
.COPY
lines which also includes copying the javascript files into the image, so the image only consists ofnode
and npm dependencies.Even after fixing both, the container still crashes with:
The reason why I renamed index.js to index.mjs 2 years ago was because of this error.