修改名称

This commit is contained in:
Minho
2017-06-14 09:29:08 +08:00
parent 83415b8572
commit 4ad80923da
5 changed files with 18 additions and 18 deletions

View File

@@ -3,10 +3,10 @@ FROM golang:1.8.1-alpine
RUN apk add --update bash git make gcc
ADD . /go/src/github.com/lifei6671/godoc
ADD . /go/src/github.com/lifei6671/mindoc
WORKDIR /go/src/github.com/lifei6671/godoc
WORKDIR /go/src/github.com/lifei6671/mindoc
RUN chmod +x start.sh