diff --git a/Dockerfile b/Dockerfile index 089cd0c..2fc7601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,3 +39,4 @@ HEALTHCHECK --interval=30s CMD test -f /output/output.txt || exit 1 # Ausgabe wird ins Container-Dateisystem geschrieben ENTRYPOINT ["/bin/bash", "-c"] CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"] + \ No newline at end of file