forked from freudenreichan/EinfuehrungInDocker_Pipeline2
Compare commits
1 Commits
drone-arti
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e22c164c37 |
@ -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"]
|
||||
CMD ["./deployment 10 2>&1 | tee /output/output.txt"]
|
||||
Loading…
x
Reference in New Issue
Block a user