diff --git a/Dockerfile b/Dockerfile index 1ecbedec..fa63a270 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,4 +89,8 @@ HEALTHCHECK --start-period=2m --retries=2 --interval=30s CMD mc-health ARG BUILDTIME=local ARG VERSION=local ARG REVISION=local -RUN echo "buildtime=${BUILDTIME}\nversion=${VERSION}\nrevision=${REVISION}" > /etc/image.properties +COPY <