forked from freudenreichan/EinfuehrungInDocker_Pipeline2
Dockerfile aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7293f0cff9
commit
e22c164c37
@ -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"]
|
||||||
Loading…
x
Reference in New Issue
Block a user