作者 Administrator

更新 Dockerfile

正在显示 1 个修改的文件 包含 2 行增加2 行删除
@@ -13,5 +13,5 @@ ENV GO111MODULE on @@ -13,5 +13,5 @@ ENV GO111MODULE on
13 ENV GOPROXY https://goproxy.io 13 ENV GOPROXY https://goproxy.io
14 RUN ["go","mod","tidy"] 14 RUN ["go","mod","tidy"]
15 RUN ["ls"] 15 RUN ["ls"]
16 -RUN ["go","build","-o","digital-platform"]  
17 -ENTRYPOINT ["./digital-platform"]  
  16 +RUN ["go","build","-o","performance"]
  17 +ENTRYPOINT ["./performance"]