This commit is contained in:
Bowen Liang 2024-11-12 21:47:37 +08:00
parent 3e1be72db8
commit 814c9fab1c

View File

@ -55,7 +55,7 @@
7. Start api service
```bash
poetry run python -m flask run --host 0.0.0.0 --port=5001 --debug
poetry run python -m flask run --host 0.0.0.0 --port=5001
```
8. Start Dify [web](../web) service.