caipin 3 gadi atpakaļ
vecāks
revīzija
dc95906a1d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      deployment/Dockerfile

+ 1 - 1
deployment/Dockerfile

@@ -5,7 +5,7 @@ RUN go env -w GOPROXY=https://goproxy.cn,direct
 
 COPY . /go/src/construction_management
 # 编译
-WORKDIR /go/src/construction_management/web
+WORKDIR /go/src/construction_management/server/web
 #install 执行文件会生成在 gopath/bin 中
 RUN go install ./