diff --git a/Dockerfile b/Dockerfile index 0534ec7..dad5beb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,5 @@ RUN mkdir /output # 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 +CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"] +