This repository is an example Buildkite pipeline that tests a Node.js project using Docker and the standard Node.js Docker image.
👉 See this example in action: buildkite/nodejs-docker-example
See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:

This example:
- Uses Docker Compose to run
npm test
inside a container - Uses the official
node
Docker image - Tests a simple Node.js app in a containerized Buildkite pipeline
To run the test outside of Buildkite:
docker-compose run app npm test
See LICENSE.md (MIT)