归档 0.8 版本,增加离线阅读

This commit is contained in:
khs1994
2017-11-22 22:06:02 +08:00
parent c8260780d9
commit 2535813859
7 changed files with 111 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3"
services:
docker_practice:
build: ./.travis
image: ccr.ccs.tencentyun.com/docker_practice/docker_practice:latest
ports:
- 4000:4000
volumes:
- ./:/srv/gitbook-src
command: server