Skip to content

Commit 7eb06b7

Browse files
Copying go binary only
1 parent a8ee22e commit 7eb06b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go get github.com/nxtlytics/ec2metaproxy/cmd/ec2metaproxy
1111

1212
FROM alpine:3.11.6
1313

14-
COPY --from=builder /go /go
14+
COPY --from=builder /go/bin/ec2metaproxy /go/bin/ec2metaproxy
1515

1616
CMD []
1717
ENTRYPOINT ["/go/bin/ec2metaproxy"]

0 commit comments

Comments
 (0)