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

https://github.com/toshke/ci-cd-code-demo

Demo for Ci as a Code presentation
https://github.com/toshke/ci-cd-code-demo

Last synced: about 1 month ago
JSON representation

Demo for Ci as a Code presentation

Awesome Lists containing this project

README

        

# Build container

```
docker build -t ci-cd-as-a-code-demo:latest .
```

# Run

```
docker run --rm -p3000:3000 -d ci-cd-as-a-code-demo:latest
```