Skip to content

Commit 81c18e2

Browse files
authored
chore(docker): fix docker file building path error (#341)
1 parent 20adc21 commit 81c18e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vermeer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ FROM golang:1.23-alpine AS builder
1818
COPY ./ /src/
1919
WORKDIR /src/
2020
ENV CGO_ENABLED="0"
21+
RUN cd asset && go generate
2122
RUN go build -o /go/bin/app
2223

2324
FROM alpine

0 commit comments

Comments
 (0)