You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly thanks for creating this project and all your hard work.
I am currently interested in using the docker image during software development and in order to do this efficiently, I need to have health information for the docker container.
Since there was already a health endpoint available I added a health check to the Dockerfile based on this endpoint.