Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 298 Bytes

A Docker container with

  • node 4.x
  • chrome for karma headless testing
  • bower is included
# run it

$ docker run -it -v $(pwd):/src -w /src -e NODE_ENV=CI aplazame/nodejs-karma npm -v
Starting virtual X frame buffer: Xvfb.
Executing command npm -v
2.11.3