Skip to content

Commit

Permalink
fix copy from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoc committed May 7, 2024
1 parent 767197f commit 17af108
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
RUN go vet -v
RUN go test -v

RUN CGO_ENABLED=0 go build -o /go/bin/app
RUN CGO_ENABLED=0 go build -o /go/src/github.com/chrisdoc/homewizard-p1-prometheus/app

FROM gcr.io/distroless/static:nonroot
COPY --from=builder /go/src/github.com/chrisdoc/homewizard-p1-prometheus/app .
Expand Down

0 comments on commit 17af108

Please sign in to comment.