mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
Update README.zh-CN.md
This commit is contained in:
@@ -89,23 +89,6 @@ docker-compose up -d
|
||||
- 自动构建应用镜像
|
||||
- 在后台启动容器
|
||||
|
||||
### 环境变量配置
|
||||
|
||||
如果需要配置环境变量,可以:
|
||||
|
||||
1. 使用 docker-compose.yml(推荐):
|
||||
|
||||
```yaml
|
||||
environment:
|
||||
- KEY=VALUE
|
||||
```
|
||||
|
||||
2. 或在 docker run 命令中指定:
|
||||
|
||||
```bash
|
||||
docker run -p 3000:3000 -e KEY=VALUE magic-resume
|
||||
```
|
||||
|
||||
## 📝 开源协议
|
||||
|
||||
本项目采用 Apache 2.0 协议 - 查看 [LICENSE](LICENSE) 了解详情
|
||||
|
||||
Reference in New Issue
Block a user