...
|
...
|
@@ -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 |
...
|
...
|
|