Use COPY instead of ADD for files and folders

This commit is contained in:
Łukasz Mierzwa
2017-05-30 12:51:05 +01:00
parent a2bcb9b04d
commit a15f6eb914
+1 -1
View File
@@ -1,6 +1,6 @@
FROM golang:1.8.1-alpine
ADD . /go/src/github.com/cloudflare/unsee
COPY . /go/src/github.com/cloudflare/unsee
ARG VERSION