Healthcheck in Dockerfile has wrong path
Summary
The healthcheck in the dockerfile has the wrong path. It uses /opt/cpm/bin/readiness.sh
when the actual path is /opt/crunchy/bin/postgres/readiness.sh
Steps to reproduce
Look at the dockerfile and then look at the contents of the Docker image. The file being called does not exist in the path within the container.
What is the current bug behavior?
No health check
What is the expected correct behavior?
A health check
Relevant logs and/or screenshots
NA
Possible fixes
Update the path
Tasks
-
Bug has been identified and corrected within the container
Edited by John Harvey