mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -45,4 +45,5 @@ WORKDIR /opt/tpot
|
||||
#HEALTHCHECK --interval=5s --timeout=30s --retries=3 CMD pgrep -f autoheal || exit 1
|
||||
HEALTHCHECK --retries=1000 --interval=5s CMD test -f /tmp/success || exit 1
|
||||
STOPSIGNAL SIGTERM
|
||||
# Using ENTRYPOINT so we can catch SIGTERM for cleanup
|
||||
ENTRYPOINT ["/opt/tpot/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user