Buildkite Node.js Docker Example
This repository is an example on how to test a Node.js project using Buildkite and Docker. It uses the standard Node.js Docker image and Buildkite’s Docker-based Builds.
Running locally
To run the test locally on your development machine, you can run:
docker-compose run app npm test
License
See Licence.md (MIT)