This commit is contained in:
parent
98e948e360
commit
4cfce386df
@ -24,7 +24,7 @@ VOLUME ["/output"]
|
|||||||
USER appuser
|
USER appuser
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
|
HEALTHCHECK --interval=30s --timeout=4s --start-period=10s --retries=3 \
|
||||||
CMD test -f /output/output.txt && test -s /output/output.txt || exit 1
|
CMD test -f /output/output.txt && test -s /output/output.txt || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/sh", "-c"]
|
ENTRYPOINT ["/bin/sh", "-c"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user