We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b59f8 commit e19bd47Copy full SHA for e19bd47
docker/ubuntu.dockerfile
@@ -79,5 +79,5 @@ WORKDIR /home/imtl/
79
RUN ldconfig
80
81
USER imtl
82
-
+HEALTHCHECK -interval=30s -timeout=5s CMD ps aux | grep "bash" || exit 1
83
CMD ["/bin/bash"]
0 commit comments