作者 Administrator

更新 Dockerfile

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