Use vuepress build book

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2019-10-29 14:31:45 +08:00
parent 7690686ddb
commit c788212aad
35 changed files with 690 additions and 84 deletions

View File

@@ -10,7 +10,7 @@
在项目根目录新建一个 `Dockerfile` 文件
```dockerfile
```docker
FROM alpine
RUN echo "Hello World"