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

@@ -40,7 +40,7 @@ if __name__ == "__main__":
编写 `Dockerfile` 文件内容为
```dockerfile
```docker
FROM python:3.6-alpine
ADD . /code
WORKDIR /code