This commit is contained in:
@@ -23,7 +23,7 @@ COPY --from=build-front /front/web/dist/ /build/dist
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
RUN go build -ldflags="-s -w" -o wgui && upx -9 wgui
|
||||
RUN go version && go build -ldflags="-s -w" -o wgui && upx -9 wgui
|
||||
|
||||
RUN ls -lh && chmod +x ./wgui
|
||||
|
||||
|
Reference in New Issue
Block a user