Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 10s

This commit is contained in:
ties 2024-08-28 11:06:20 +00:00
parent 08ffcbe3be
commit f8b98ac733

View File

@ -11,5 +11,4 @@ RUN chmod +x /usr/local/bin/createHelmYaml.sh
RUN useradd -ms /bin/bash user RUN useradd -ms /bin/bash user
USER user USER user
WORKDIR /home/user
ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh