From 46d8d34f09e2bea39aa1a6201956191bc2ed7158 Mon Sep 17 00:00:00 2001 From: uzurka Date: Sun, 13 Aug 2023 18:43:27 +0200 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a4c53d..bf8ae8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,9 +44,9 @@ ARG GRAALVM_MINOR_VERSION ARG JAVA_VERSION ARG JAVA_HOME -COPY platform.sh . -RUN chmod +x ./platform.sh -RUN ./platform.sh +COPY platform.sh / +RUN chmod +x /platform.sh +RUN /platform.sh SHELL ["/bin/bash", "-c"]