From 4f137b5bd89c71f25f0f9b6c0c49dffe3c64d2b3 Mon Sep 17 00:00:00 2001 From: topahadzi Date: Fri, 27 Oct 2023 15:30:40 +0700 Subject: [PATCH] add script test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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