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

This commit is contained in:
ties 2024-08-27 11:09:38 +00:00
parent 40c3ce0d2d
commit 2445f46795

View File

@ -1,5 +1,6 @@
FROM bitnami/kubectl:1.30.4
RUN useradd -m -u 1001 -g 1001 -o -s /bin/bash notroot
COPY createHelmYaml.sh /usr/local/bin/
ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh