|
@@ -12,10 +12,12 @@ RUN go env -w GOPROXY=https://goproxy.cn,direct
|
|
COPY . /go/src/construction_management
|
|
COPY . /go/src/construction_management
|
|
# 编译
|
|
# 编译
|
|
WORKDIR /go/src/construction_management/server/web
|
|
WORKDIR /go/src/construction_management/server/web
|
|
|
|
+
|
|
|
|
+RUN ls ./external
|
|
#install 执行文件会生成在 gopath/bin 中
|
|
#install 执行文件会生成在 gopath/bin 中
|
|
RUN go install ./
|
|
RUN go install ./
|
|
|
|
|
|
-RUN ls ./external
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
# 正式镜像
|
|
# 正式镜像
|