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

This commit is contained in:
ties 2024-08-28 11:15:40 +00:00
parent 9bd832bab7
commit cfd2c1ac0b

View File

@ -10,4 +10,5 @@ COPY createHelmYaml.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/createHelmYaml.sh RUN chmod +x /usr/local/bin/createHelmYaml.sh
USER user USER user
ENTRYPOINT /home/user
ENTRYPOINT bash ENTRYPOINT bash