Skip to content

nhsconnect/prm-docker-node-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-node-dojo

A Dojo docker image with tools to build and test node.js projects by deductions team.

Tested and released images are published to dockerhub as nhsdev/node-dojo

Usage

  1. Setup docker.
  2. Install Dojo binary.
  3. Provide a Dojofile at the root of the project:
DOJO_DOCKER_IMAGE="nhsdev/node-dojo:<commit>"
  1. Create and enter the container by running dojo at the root of project.

By default, current directory in docker container is /dojo/work.