Skip to content

Commit

Permalink
Fix dockerfile builds
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624281139
  • Loading branch information
a-crate authored and Copybara-Service committed Apr 12, 2024
1 parent 069e674 commit 1d445ae
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 @@ -18,7 +18,7 @@ WORKDIR /go/src/daisy

# Pre cache mod dependencies; this speeds up local development builds when
# changes are independent of the go module dependencies.
COPY go.mod go.sum ./
COPY . . ./
RUN go mod download

# Build daisy. CGO_ENABLED=0 forces static linking libc dependencies
Expand Down

0 comments on commit 1d445ae

Please sign in to comment.