From e22c164c37c1ced45486a01ef4afdc140d3da61f Mon Sep 17 00:00:00 2001 From: Peter Kessler Date: Tue, 12 May 2026 13:29:58 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10326df..78a7238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,4 +44,4 @@ CMD test -s /output/output.txt || exit 1 # Ausgabe wird ins Volume geschrieben ENTRYPOINT ["/bin/sh", "-c"] -CMD ["touch /output/output.txt && ./deployment 10 >> /output/output.txt & tail -f /output/output.txt"] \ No newline at end of file +CMD ["./deployment 10 2>&1 | tee /output/output.txt"] \ No newline at end of file