Skip to content

Commit

Permalink
add script test
Browse files Browse the repository at this point in the history
  • Loading branch information
topahadzi committed Oct 27, 2023
1 parent 5ed3aa2 commit 4f137b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 4f137b5

Please sign in to comment.