Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Jun 6, 2024
1 parent 625fce2 commit 1bbc148
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 @@ -7,7 +7,7 @@ RUN go mod download
COPY . .
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
go build -o ./build/feeder ./cmd/feeder/
go build -o ./build/feeder .

FROM gcr.io/distroless/static:nonroot

Expand Down

0 comments on commit 1bbc148

Please sign in to comment.