newfuture/wwof
: the docker image for WWOF
- based on alpine (the mini size docke image)
- include
node.JS
,npm
,supervisor
,ws
in 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