moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.1k stars 187 forks source link

go: use COPY instead of ADD in Dockerfile #465

Closed djs55 closed 5 years ago

djs55 commented 5 years ago

COPY is less powerful than ADD so prefer COPY in this case.

Signed-off-by: David Scott dave.scott@docker.com

djs55 commented 5 years ago

Thanks!