Fix #216 #218
This commit is contained in:
康怀帅
2017-11-21 19:05:06 +08:00
committed by GitHub
parent fcc6535910
commit 48a3624644
11 changed files with 124 additions and 12 deletions

11
docker-compose.yml Normal file
View File

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