Commit 3a0bda0
committed
Add health check to Dockerfile for SSH daemon
This update introduces a HEALTHCHECK instruction to the Dockerfile, ensuring that the SSH daemon is running properly. The health check runs every 30 seconds and verifies the process is active, enhancing the reliability of the Docker image.1 parent 6930844 commit 3a0bda0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
0 commit comments