Skip to content

Commit add8756

Browse files
committed
decreased the timeout
1 parent 878d537 commit add8756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ WORKDIR /root/.ssh
3535
RUN echo 'localhost '$(cat /etc/ssh/ssh_host_rsa_key.pub) >> known_hosts
3636

3737
COPY check.sh /
38-
HEALTHCHECK --interval=10s --timeout=3s CMD /check.sh
38+
HEALTHCHECK --interval=10s --timeout=2s CMD /check.sh
3939

0 commit comments

Comments
 (0)