Skip to content

Commit

Permalink
docs: 修改Docker部署文档
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudgyb committed Mar 13, 2021
1 parent 028f4f0 commit e8f1337
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/DOCKER_DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
## 一键启动项目
> 首先确保你本地安装了docker engine和docker compose,并且**系统能够联网**
首先使用Maven构建项目
```shell
./mvnw clean package -Dmaven.test.skip=true
```

使用docker compose启动项目和依赖服务
```shell
docker-compose up --build
Expand Down

0 comments on commit e8f1337

Please sign in to comment.