Go to file
deployer3000 585a168f10 Удалить .idea/test-ci-cd.iml 2025-03-11 11:46:50 +03:00
.idea Удалить .idea/test-ci-cd.iml 2025-03-11 11:46:50 +03:00
.dockerignore Init commit 2025-03-11 11:44:46 +03:00
.gitignore Initial commit 2025-03-11 11:22:10 +03:00
Dockerfile Init commit 2025-03-11 11:44:46 +03:00
Jenkinsfile Init commit 2025-03-11 11:44:46 +03:00
README.md Init commit 2025-03-11 11:44:46 +03:00
go.mod Init commit 2025-03-11 11:44:46 +03:00
main.go Init commit 2025-03-11 11:44:46 +03:00

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