From d875040cf2daeae8544e6f2cd9524a3c6d028b5e Mon Sep 17 00:00:00 2001 From: uzurka Date: Sun, 13 Aug 2023 18:38:50 +0200 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7b5e18..e61b702 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ARG JAVA_VERSION ARG JAVA_HOME COPY platform.sh . -RUN chmod +x ./platform.sh +RUN chmod +x ./platform.sh \ && ./platform.sh SHELL ["/bin/bash", "-c"]