We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b5ad1 commit d389b8dCopy full SHA for d389b8d
Dockerfile
@@ -100,8 +100,8 @@ COPY --chmod=777 ./cmd/${EXPORTER} .
100
COPY --chmod=777 vendor ./vendor
101
COPY --chmod=777 pkg ./pkg
102
# This file holds something like the current commit level if it exists in your tree. It might not be there, so
103
-# we use wildcards to avoid errors on non-existent files/dirs.
104
-COPY --chmod=777 ./.git*/refs/heads/master* .
+# we use wildcards and a known file to avoid errors on non-existent files/dirs.
+COPY --chmod=777 README.md ./.git*/refs/heads/master* .
105
RUN buildStamp=`date +%Y%m%d-%H%M%S`; \
106
hw=`uname -m`; \
107
os=`uname -s`; \
0 commit comments