f #19

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

View File

@ -3,3 +3,4 @@
```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
1123