mirror of https://gitee.com/answerdev/answer.git
Merge branch 'ai_fix_something' into 'main'
fix Dockerfile ENV See merge request opensource/answer!101
This commit is contained in:
commit
00dc0d5e14
|
@ -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