Sign inSign up

newfuture/wwof

By newfuture

Updated over 8 years ago

WWOF dev environment with node.js and npm (contains supervisor and ws )

Image
0

5.9K

newfuture/wwof repository overview

WWOF-docker

newfuture/wwof : the docker image for WWOF

Details

  • based on alpine (the mini size docke image)
  • include node.JS, npm, supervisor, ws

Usage

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

Tag summary

Content type

Image

Digest

Size

16.2 MB

Last updated

over 8 years ago

docker pull newfuture/wwof