docs: clarify ML service command context

This commit is contained in:
Asep Haryana Saputra
2026-05-23 11:05:49 +00:00
parent ea35ae4322
commit 86371a6e31
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -171,6 +171,7 @@ MODEL_PATH=/path/to/model.onnx cargo run
- **Default (tanpa .env):** Service mendengarkan di `http://localhost:8000`
- **Local development (dengan .env.example):** Service mendengarkan di `http://localhost:8001`
```bash
cd apps/ml-service
source .env.example
cargo run
```