Skip to content

Commit 0bf12b6

Browse files
authored
Fix formatting in Docker & CI/CD sections
Updated formatting for Docker and CI/CD sections in README.
1 parent d0eccc3 commit 0bf12b6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,19 @@ Test coverage:
206206
---
207207

208208
## 🐳 Docker & CI/CD
209-
Multi-stage Docker
210-
# Build (training → production)
209+
#Multi-stage Docker
210+
Build (training → production)
211211
docker build -t oasis-security:latest .
212212

213213
# Run API
214214
docker run -p 8000:8000 oasis-security:latest
215215

216-
Full Stack (MLflow + Postgres + API)
216+
#Full Stack (MLflow + Postgres + API)
217217
docker-compose up -d
218-
# MLflow UI → http://localhost:5000
219-
# API → http://localhost:8000/docs
218+
MLflow UI → http://localhost:5000
219+
API → http://localhost:8000/docs
220220

221-
GitHub Actions CI/CD
221+
#GitHub Actions CI/CD
222222

223223
.github/workflows/ci-cd.yml triggers on each push:
224224

0 commit comments

Comments
 (0)