Skip to content

build: install curl for healthcheck in Dockerfile #111

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

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

Sodiumchloridy
Copy link
Contributor

Issue: Previously, healthcheck fails due to not having curl installed in the container, even though the /heath endpoint is working fine and returning 200 OK. This makes the container show up as "unhealthy" even though it was working perfectly fine.

image

This pull request includes a small change to the Dockerfile. The change installs curl for health checks.

  • Dockerfile: Added a command to install curl for health checks.

@ghoshRitesh12 ghoshRitesh12 merged commit 0598723 into ghoshRitesh12:main Mar 20, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants