fix: dependencies between dockers

This commit is contained in:
mcolonna 2025-06-13 21:21:36 +02:00
parent f5c5b31fbd
commit 961b90c4d6
5 changed files with 10 additions and 4 deletions

View file

@ -24,3 +24,5 @@ COPY /run.sh /run.sh
# start
CMD ["/run.sh"]
HEALTHCHECK --interval=1s --timeout=10s --start-period=3600s --retries=1 CMD [ "sh", "-c", "! [ -z \"$(netstat -tuln | grep :9000)\" ]" ]