mirror of https://gitee.com/answerdev/answer.git
fix Dockerfile ENV
This commit is contained in:
parent
75b3a4a9e8
commit
29aaa64a2a
|
@ -14,7 +14,6 @@ ENV GOROOT /usr/local/go
|
|||
ENV PACKAGE github.com/segmentfault/answer
|
||||
ENV GOPROXY https://goproxy.cn,direct
|
||||
ENV BUILD_DIR ${GOPATH}/src/${PACKAGE}
|
||||
ENV GOPRIVATE git.backyard.segmentfault.com
|
||||
# Build
|
||||
COPY . ${BUILD_DIR}
|
||||
WORKDIR ${BUILD_DIR}
|
||||
|
|
Loading…
Reference in New Issue