Use COPY instead of ADD for files and folders

This commit is contained in:
Łukasz Mierzwa
2017-05-26 22:05:34 +01:00
parent a2bcb9b04d
commit a15f6eb914

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