diff --git a/Dockerfile b/Dockerfile index 589f2d0..64166e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ COPY createHelmYaml.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/createHelmYaml.sh USER user +ENTRYPOINT /home/user ENTRYPOINT bash \ No newline at end of file