From 02e7880dcda87ee3b5071e1bbeff41c9f4a7ab11 Mon Sep 17 00:00:00 2001 From: Akshit Agrawal Date: Wed, 27 Dec 2023 16:41:36 +0530 Subject: [PATCH] windows dockerfile update --- docker/Dockerfile.windows.amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.windows.amd64 b/docker/Dockerfile.windows.amd64 index de43b6b..a2f2c8a 100644 --- a/docker/Dockerfile.windows.amd64 +++ b/docker/Dockerfile.windows.amd64 @@ -15,7 +15,7 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointMa RUN choco install -y kubernetes-helm RUN choco install git.install -y -COPY ./main.sh ./ +COPY ./main.sh /app/ # ENTRYPOINT ["python", "C:\\app\\main.py"] -CMD ["C:\\Program Files\\Git\\bin\\bash.exe", "-c", "./main.sh"] +CMD ["C:\\Program Files\\Git\\bin\\bash.exe", "-c", "C:\\app\\main.sh"]