chore: 简化docker-compose部署 (#466)

This commit is contained in:
cloudGrin
2023-03-10 14:33:36 +08:00
committed by GitHub
parent a2fcd31f24
commit cbcbdda4c0
4 changed files with 7 additions and 18 deletions

View File

@@ -1,8 +1,7 @@
### docker-compose 部署教程
- 将打包好的前端文件放到 `nginx/html` 目录下
- ```shell
# 打包启动
docker-compose build
# 启动
docker-compose up -d
```
- ```shell