fix: Use port 5000 to follow convention
Some checks failed
Build Docker / BuildImage (push) Failing after 1m47s

This commit is contained in:
2026-04-04 11:37:44 +11:00
parent d66fd8f58e
commit f680eb9492
3 changed files with 10 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ uv sync
uv run python main.py
```
The app runs on `0.0.0.0:8000` by default.
The app runs on `0.0.0.0:5000` by default.
## API Endpoints