caipin 2 年之前
父節點
當前提交
62d98c8634
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/Dockerfile

+ 1 - 1
deployment/Dockerfile

@@ -11,7 +11,7 @@ RUN go env -w GO111MODULE=on
 RUN go env -w GOPROXY=https://goproxy.cn,direct
 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/web
 
 
 RUN ls ./external
 RUN ls ./external
 #install 执行文件会生成在 gopath/bin 中
 #install 执行文件会生成在 gopath/bin 中