We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20adc21 commit 81c18e2Copy full SHA for 81c18e2
vermeer/Dockerfile
@@ -18,6 +18,7 @@ FROM golang:1.23-alpine AS builder
18
COPY ./ /src/
19
WORKDIR /src/
20
ENV CGO_ENABLED="0"
21
+RUN cd asset && go generate
22
RUN go build -o /go/bin/app
23
24
FROM alpine
0 commit comments