main:新增 Docker 开发模式命令说明
变更内容: - 在 `getting-started.md` 文档中新增 Docker 开发模式的命令和使用示例,提高开发环境配置便捷性。
This commit is contained in:
@@ -35,6 +35,8 @@ pip install -e ".[dev]"
|
||||
```bash
|
||||
# 开发模式(自动重载)
|
||||
uvicorn src.functional_scaffold.main:app --reload --port 8000
|
||||
# docker 开发者模式
|
||||
cd deployment && docker compose up -d
|
||||
```
|
||||
|
||||
### 3. 验证服务
|
||||
|
||||
Reference in New Issue
Block a user