WWOF dev environment with node.js and npm (contains supervisor and ws )
5.9K
newfuture/wwof : the docker image for WWOF
node.JS, npm, supervisor, wsin the path of WWOF node server
run with node to test the app.js
docker run -it --rm -p 8888:8888 -v "PATH/OF/WWOF/NODE/":/newfuture/wwof newfuture/wwof node app.js
run with supervisor watch (use npm)
docker run --name wwof -p 8888:8888 -v "$(pwd)":/newfuture/wwof newfuture/wwof npm run w
Content type
Image
Digest
Size
16.2 MB
Last updated
over 8 years ago
docker pull newfuture/wwof