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