shanesveller/docker-phoenix-framework

"node" is not available

hopewise opened this issue · 0 comments

After I started the server, and after compilation, I got this error:

[info] Running App.Endpoint with Cowboy using http on port 4000
[error] Could not start watcher because "node" is not available. Your Phoenix application is still running, however assets won't be compiled. You may fix this by installing "node" and then running "npm install".

Doesn't the Dockerfile install node already?