Update Dockerfile
Some checks failed
Build docker container / Build image (push) Failing after 14s

This commit is contained in:
ties 2024-08-28 11:02:20 +00:00
parent 56910a39d5
commit 86c95a0f63

View File

@ -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