From 98422eecddc41294aa04f252655573a4f9328677 Mon Sep 17 00:00:00 2001 From: Maurice Schreiner Date: Sat, 25 Apr 2026 12:17:35 +0000 Subject: [PATCH] Ihh Ahhh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 452828a..2eaf763 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,5 +36,5 @@ HEALTHCHECK CMD test -f /output/output.txt || exit 1 # RUN mkdir /output # Ausgabe wird ins Container-Dateisystem geschrieben -ENTRYPOINT ["/bin/bash", "-c"] +ENTRYPOINT ["/bin/sh", "-c"] CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"]