Skip to content

Commit fbd6069

Browse files
committed
Fix Dockerfile
1 parent eeb1e8b commit fbd6069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN go mod download
1515
COPY . .
1616

1717
# 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
18+
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags='-w -s -extldflags "-static"' -o /ffbookmarks-to-markdown ./cmd/main.go
1919

2020
# Final stage
2121
FROM gcr.io/distroless/static-debian12:nonroot

0 commit comments

Comments
 (0)