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
- Setup docker.
- Install Dojo binary.
- Provide a Dojofile at the root of the project:
DOJO_DOCKER_IMAGE="nhsdev/node-dojo:<commit>"
- Create and enter the container by running
dojo
at the root of project.
By default, current directory in docker container is /dojo/work
.