Merge branch 'ai_fix_something' into 'main'

fix Dockerfile  ENV

See merge request opensource/answer!101
This commit is contained in:
linkinstar 2022-10-24 03:47:32 +00:00
commit 00dc0d5e14
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ ENV GOROOT /usr/local/go
ENV PACKAGE github.com/segmentfault/answer ENV PACKAGE github.com/segmentfault/answer
ENV GOPROXY https://goproxy.cn,direct ENV GOPROXY https://goproxy.cn,direct
ENV BUILD_DIR ${GOPATH}/src/${PACKAGE} ENV BUILD_DIR ${GOPATH}/src/${PACKAGE}
ENV GOPRIVATE git.backyard.segmentfault.com
# Build # Build
COPY . ${BUILD_DIR} COPY . ${BUILD_DIR}
WORKDIR ${BUILD_DIR} WORKDIR ${BUILD_DIR}