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 17807ce commit 08d2aa2Copy full SHA for 08d2aa2
Dockerfile
@@ -14,6 +14,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
14
COPY cmd/main.go cmd/main.go
15
COPY api/ api/
16
COPY internal/ internal/
17
+COPY util/ util/
18
COPY go.mod go.sum ./
19
20
# Build
0 commit comments