Skip to content

Commit

Permalink
fixup sds server Dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Sep 18, 2024
1 parent e2efab1 commit 35ab895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/connect/envoy/test-sds-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ FROM golang:latest
WORKDIR /go/src
COPY ./ .

RUN go build -v -o test-sds-server sds.go
RUN go build -v -o test-sds-server ./...

CMD ["/go/src/test-sds-server"]
Binary file not shown.

0 comments on commit 35ab895

Please sign in to comment.