-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve outdated HEALTHCHECK
in Dockerfile
#64
Conversation
Codecov Report
@@ Coverage Diff @@
## main #64 +/- ##
=======================================
Coverage 83.76% 83.76%
=======================================
Files 34 34
Lines 536 536
=======================================
Hits 449 449
Misses 87 87 Continue to review full report in Codecov by Sentry.
|
HEALTHCHECK
from Dockerfile
HEALTHCHECK
in Dockerfile
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary lock on merging into main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead
Dockerfile
contains outdatedHEALTHCHECK
(that calls non-existent endpoint) andEXPOSE
instructions. This PR replaces them.