From c1ff540cc1079219284d10d980cd6a543b2eec28 Mon Sep 17 00:00:00 2001 From: uzurka Date: Sun, 13 Aug 2023 18:55:00 +0200 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e775b4..f6c7812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN mkdir /scripts COPY platform.sh /scripts/platform.sh RUN ls -l /scripts RUN chmod +x /scripts/platform.sh -RUN /scripts/platform.sh +RUN ["/bin/bash", "-c", "/scripts/platform.sh"] SHELL ["/bin/bash", "-c"]