caipin 2 vuotta sitten
vanhempi
commit
d69377509d
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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