forked from freudenreichan/EinfuehrungInDocker_Pipeline2
Compare commits
2 Commits
main
...
drone-arti
| Author | SHA1 | Date | |
|---|---|---|---|
| af0ecea9b2 | |||
| ccc3927300 |
@ -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"]
|
||||||
Loading…
x
Reference in New Issue
Block a user