rc #14

Merged
deployer3000 merged 2 commits from rc into main 2025-04-09 17:28:31 +03:00
1 changed files with 1 additions and 2 deletions

View File

@ -3,4 +3,3 @@
```bash ```bash
docker build -t test-ci-cd . 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
testx21