mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-08-28 15:57:18 +00:00
consistenly use COPY over ADD
Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM scratch
|
||||
|
||||
ADD bin/goldpinger /goldpinger
|
||||
COPY ./static /static
|
||||
COPY bin/goldpinger /goldpinger
|
||||
COPY static /static
|
||||
|
||||
ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
ARG TAG
|
||||
FROM $TAG
|
||||
COPY ./vendor /goldpinger-vendor-sources
|
||||
COPY vendor /goldpinger-vendor-sources
|
||||
|
||||
Reference in New Issue
Block a user