Skip to content
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

🐳 Update Dockerfile with health check and additional dependencies #473

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

jasonBirchall
Copy link
Member

This commit adds a new HEALTHCHECK instruction to our Dockerfile which uses curl to monitor the health of our app at regular intervals. The commit also introduces curl as an additional dependency, which gets installed during the docker build process.

We moved the declaration of build-base and libffi-dev each to their own line for better readability. Furthermore, we have separated out the installation of new packages from the existing chain of package updates and upgrades to keep things clean and separate.

This commit adds a new `HEALTHCHECK` instruction to our Dockerfile which uses curl to monitor the health of our app at regular intervals. The commit also introduces `curl` as an additional dependency, which gets installed during the docker build process.

We moved the declaration of `build-base` and `libffi-dev` each to their own line for better readability. Furthermore, we have separated out the installation of new packages from the existing chain of package updates and upgrades to keep things clean and separate.
@jasonBirchall jasonBirchall merged commit c855512 into main Feb 26, 2024
6 checks passed
@jasonBirchall jasonBirchall deleted the add-docker-healthcheck branch February 26, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants