You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
345 B

### docker compose 一键启动
1. 将mvn package 后的`tduck-api.jar`拷贝到`docker`目录
2. 将前端打包后的`dist`里的文件拷贝到`docker/front`目录下
4 years ago
3. 在当前目录构建你的镜像 `docker build -t "你的镜像名称" .`
4. 修改docker-compose.yaml 文件中的镜像名
5. `docker-compose up -d` 一键启动