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

https://github.com/kjenney/node_cicd_test

Testing CI/CD with Node
https://github.com/kjenney/node_cicd_test

docker expresss node

Last synced: 3 months ago
JSON representation

Testing CI/CD with Node

Awesome Lists containing this project

README

          

# node_cicd_test

CI/CD Test

To test it out locally:

To build: `docker build -t node_cicd_test .`

To run: `docker run -it --rm -p 3000:3000 node_cicd_test`