dokku / docker-container-healthchecker

Runs healthchecks against local docker containers
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

refactor: execute handler as bash script instead of as executable #165

Closed josegonzalez closed 5 months ago

josegonzalez commented 5 months ago

This allows us to avoid the chmod/chown operations which seem flaky due to herokuish refactors.