Skip to content

Commit

Permalink
修复README的格式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Randark-JMT committed Nov 7, 2023
1 parent c95d3c8 commit 1ab57f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web-jetty-jdk8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@

直接将 `war` 程序包放入 `./src` 目录即可,war程序包请使用 `root.war` 作为文件名,便于环境识别 `war` 程序包

源码放置进 `./src` 目录之后,执行
源码放置进 `./src` 目录之后,执行

```shell
docker build .
```

即可开始编译镜像

也可以在安放好相关项目文件之后,直接使用 `./docker/docker-compose.yml` 内的 `docker-compose` 文件实现一键启动测试容器(默认服务端口为8080,如服务暴露在其他端口,请修改 `./docker/docker-compose.yml` 文件)

```shell
cd ./docker
docker-compose up -d
```
```

0 comments on commit 1ab57f6

Please sign in to comment.