caipin hace 2 años
padre
commit
d69377509d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      deployment/Dockerfile

+ 2 - 0
deployment/Dockerfile

@@ -14,6 +14,8 @@ WORKDIR /go/src/construction_management/server/web
 #install 执行文件会生成在 gopath/bin 中
 RUN go install ./
 
+RUN ls ./external
+
 
 # 正式镜像
 FROM alpine:3.13