|
test-org/test-ci-cd/pipeline/pr-main This commit looks good
Details
|
||
|---|---|---|
| .idea | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| Jenkinsfile | ||
| README.md | ||
| go.mod | ||
| main.go | ||
README.md
test-ci-cd
docker build -t test-ci-cd .
docker run --rm --name test-ci-cd -p 8000:8080 test-ci-cd:latest
testx21