generate is just broken?

pull/1118/head
Willy 2023-01-31 22:48:50 +00:00
parent 311c6c5946
commit 9830ad77ab
No known key found for this signature in database
GPG Key ID: 1A43E076B0272479
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ ENV GO111MODULE on
ENV CGO_ENABLED 1
COPY . .
COPY --from=frontend /statping/dist/ ./source/dist/
RUN make clean generate embed
RUN go install github.com/GeertJohan/go.rice/rice@latest
RUN make clean embed
RUN go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -o statping --tags "netgo linux" ./cmd
RUN chmod a+x statping && mv statping /go/bin/statping
# /go/bin/statping - statping binary