From 86c95a0f63cf2c50730e70a2775654ee21edbed9 Mon Sep 17 00:00:00 2001 From: ties Date: Wed, 28 Aug 2024 11:02:20 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a2df37..f878ff3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | COPY createHelmYaml.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/createHelmYaml.sh -RUN useradd -ms /bin/bash notroot -USER notroot +RUN useradd -ms /bin/bash user +USER user -WORKDIR /home/newuser +WORKDIR /home/user ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh \ No newline at end of file