Skip to content

Commit

Permalink
FIx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed Nov 16, 2024
1 parent eccdad3 commit 41ae5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.22-bookworm AS build
WORKDIR /src
COPY ./ /src

RUN CGO_ENABLED=0 GOOS=linux go build -o api cmd/api/views/main.go
RUN CGO_ENABLED=0 GOOS=linux go build -o api cmd/api/main.go

FROM gcr.io/distroless/static-debian12:nonroot AS final

Expand Down

0 comments on commit 41ae5c3

Please sign in to comment.