Skip to content

Commit e19bd47

Browse files
authored
Update ubuntu.dockerfile
1 parent 33b59f8 commit e19bd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ WORKDIR /home/imtl/
7979
RUN ldconfig
8080

8181
USER imtl
82-
82+
HEALTHCHECK -interval=30s -timeout=5s CMD ps aux | grep "bash" || exit 1
8383
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)