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