forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
5814197430
commit
98422eecdd
@ -36,5 +36,5 @@ HEALTHCHECK CMD test -f /output/output.txt || exit 1
|
|||||||
# RUN mkdir /output
|
# RUN mkdir /output
|
||||||
|
|
||||||
# Ausgabe wird ins Container-Dateisystem geschrieben
|
# Ausgabe wird ins Container-Dateisystem geschrieben
|
||||||
ENTRYPOINT ["/bin/bash", "-c"]
|
ENTRYPOINT ["/bin/sh", "-c"]
|
||||||
CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"]
|
CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user