Compare commits

..

2 Commits

Author SHA1 Message Date
af0ecea9b2 Add built Docker image [skip ci] 2026-05-12 13:30:31 +00:00
ccc3927300 Add built Docker image [skip ci] 2026-05-12 12:59:24 +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 ["./deployment 10 2>&1 | tee /output/output.txt"] CMD ["touch /output/output.txt && ./deployment 10 >> /output/output.txt & tail -f /output/output.txt"]

BIN
image.tar Normal file

Binary file not shown.