From 166fa870426b1f04b2ef9a9f519c06c21e043fbf Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 15 Jul 2024 14:30:19 +0300 Subject: [PATCH] reset home directory --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 10ca147..ea3100b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ COPY --from=bitnami/kubectl:1.30.2 /opt/bitnami/kubectl/bin/kubectl /usr/local/b RUN apk add --update bash coreutils +WORKDIR /home/dind-volume-utils + COPY bin ./bin COPY monitor ./monitor COPY dind-metrics ./dind-metrics