Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 514451596
  • Loading branch information
rvilgalys authored and copybara-github committed Mar 6, 2023
1 parent ff08494 commit 6a4d6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ COPY . .
RUN go vet -v
RUN go test -v

RUN echo "We are failing on purpose. 🦀"; exit 1

RUN CGO_ENABLED=0 go build -o /go/bin/wrserver cmd/wrserver/main.go

FROM gcr.io/distroless/static-debian11 as wrserver
Expand Down

0 comments on commit 6a4d6c1

Please sign in to comment.