Add healthcheck. Fixes #11
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 7m49s
Test Pull Requests / Notify (pull_request) Successful in 2s

This commit is contained in:
2024-04-19 17:08:31 +00:00
parent 7494997fc1
commit 3b24ec1cbe
2 changed files with 8 additions and 12 deletions

7
root/healthcheck.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Check docker socket is running
ls -l /run | grep docker.sock
# Check act is running
/usr/bin/supervisorctl status act_runner | grep RUNNING