An open API service indexing awesome lists of open source software.

https://github.com/buildkite/nodejs-docker-example

An example of how to run a Node.js project in Docker in a Buildkite pipeline
https://github.com/buildkite/nodejs-docker-example

buildkite docker node nodejs pipeline

Last synced: 6 months ago
JSON representation

An example of how to run a Node.js project in Docker in a Buildkite pipeline

Awesome Lists containing this project

README

          

# Buildkite Node.js Docker Example

[![Add to Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new)

This repository is an example on how to test a [Node.js](https://nodejs.org/) project using [Buildkite](https://buildkite.com/) and [Docker](https://docker.com/). It uses the standard [Node.js Docker image](https://hub.docker.com/_/node/) and [Buildkite’s Docker-based Builds](https://buildkite.com/docs/guides/docker-containerized-builds).

## Running locally

To run the test locally on your development machine, you can run:

```bash
docker-compose run app npm test
```

## License

See [Licence.md](Licence.md) (MIT)