Compare commits

..

No commits in common. "c0650bb74eae3bdcade563d682a7945f55b189a9" and "caa5ab4c1547aa0b79941753225d0ffc10b23ac5" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
```bash
docker build -t test-ci-cd .
docker run --rm --name test-ci-cd -p 8000:8080 test-ci-cd:latest
docker run --rm --name test-ci-cd -p 8000:8080 test-ci-cd:latest
1123