mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
Use COPY instead of ADD for files and folders
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user