Compare commits

..

1 Commits

Author SHA1 Message Date
e22c164c37 Dockerfile aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-12 13:29:58 +00:00
2 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ CMD test -s /output/output.txt || exit 1
# Ausgabe wird ins Volume geschrieben # Ausgabe wird ins Volume geschrieben
ENTRYPOINT ["/bin/sh", "-c"] ENTRYPOINT ["/bin/sh", "-c"]
CMD ["touch /output/output.txt && ./deployment 10 >> /output/output.txt & tail -f /output/output.txt"] CMD ["./deployment 10 2>&1 | tee /output/output.txt"]

BIN
image.tar

Binary file not shown.