diff --git a/Dockerfile b/Dockerfile index 31b591b..c2c60a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,5 @@ RUN mkdir -p /home/rootless/builder/ RUN cd /home/rootless/builder/ WORKDIR /home/rootless/builder/ COPY createHelmYaml.sh . -RUN chmod +x createHelmYaml.sh ENTRYPOINT /bin/bash \ No newline at end of file