We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb1e8b commit fbd6069Copy full SHA for fbd6069
Dockerfile
@@ -15,7 +15,7 @@ RUN go mod download
15
COPY . .
16
17
# Build the application with static linking
18
-RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags='-w -s -extldflags "-static"' -o /ffbookmarks-to-markdown
+RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags='-w -s -extldflags "-static"' -o /ffbookmarks-to-markdown ./cmd/main.go
19
20
# Final stage
21
FROM gcr.io/distroless/static-debian12:nonroot
0 commit comments