We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf12b6 commit 2ed9811Copy full SHA for 2ed9811
1 file changed
README.md
@@ -206,19 +206,19 @@ Test coverage:
206
---
207
208
## 🐳 Docker & CI/CD
209
-#Multi-stage Docker
+# Multi-stage Docker
210
Build (training → production)
211
docker build -t oasis-security:latest .
212
213
# Run API
214
docker run -p 8000:8000 oasis-security:latest
215
216
-#Full Stack (MLflow + Postgres + API)
+# Full Stack (MLflow + Postgres + API)
217
docker-compose up -d
218
MLflow UI → http://localhost:5000
219
API → http://localhost:8000/docs
220
221
-#GitHub Actions CI/CD
+# GitHub Actions CI/CD
222
223
.github/workflows/ci-cd.yml triggers on each push:
224
0 commit comments