diff --git a/Dockerfile b/Dockerfile index 2192a20..7cf83c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN curl -LO https://github.com/kvaps/kubectl-node-shell/raw/master/kubectl-node RUN chmod +x ./kubectl-node_shell RUN mv ./kubectl-node_shell /usr/local/bin/kubectl-node_shell -COPY test.sh /app +COPY test.sh /app/test.sh WORKDIR /app CMD ["/bin/sh","-c","/app/test.sh"] \ No newline at end of file