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
- Host: GitHub
- URL: https://github.com/toshke/ci-cd-code-demo
- Owner: toshke
- License: mit
- Created: 2017-12-18T17:26:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T18:18:46.000Z (over 7 years ago)
- Last Synced: 2025-02-16T08:15:27.518Z (3 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```