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
- Host: GitHub
- URL: https://github.com/buildkite/nodejs-docker-example
- Owner: buildkite
- License: mit
- Created: 2016-02-16T06:14:26.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T00:44:42.000Z (8 months ago)
- Last Synced: 2025-03-29T05:07:19.970Z (6 months ago)
- Topics: buildkite, docker, node, nodejs, pipeline
- Language: Dockerfile
- Homepage: https://github.com/buildkite/example-pipelines
- Size: 115 KB
- Stars: 41
- Watchers: 22
- Forks: 132
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Buildkite Node.js Docker Example
[](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)