From 723fb90566566fc7df98f7cec8f41257c4f61a1f Mon Sep 17 00:00:00 2001 From: Pikachu920 <28607612+Pikachu920@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:25:34 -0600 Subject: [PATCH] Add shell to cmd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbdb0e1..91088b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ LABEL authors="SkriptLang" RUN apk add --no-cache git openjdk17 COPY run-tests.py /run-tests.py -CMD ["python", "/run-tests.py"] \ No newline at end of file +CMD ["/bin/sh", "-c", "python", "/run-tests.py"] \ No newline at end of file