Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 424 Bytes

node-chromium

Docker container to run tests in node environment with chromium installed.

Run the container

You can fetch the image from dockerhub and run the container with:

docker run -it --rm -v "$PWD":/usr/src/myapp hiorgserver/node-chromium /bin/sh

Build Container

Autobuild triggers a new build with every git push to your source code repository.