We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
With PR #1287 I have only put wget for build image (sorry). And wget is not in the prod image. I fix that quickly.
wget
You can assign to me this bug.
/bin/sh: 1: wget: not found
Cryptpad unhealthy.
5.6.0
The text was updated successfully, but these errors were encountered:
194c6fc
Fix improper position of health check in Dockerfile
fa17304
Fix issue #1349
Since this is preventing the image from functioning in my case, I used this in my compose file as a workaround:
healthcheck: test: ["CMD", "/bin/true"]
Sorry, something went wrong.
llaumgui
No branches or pull requests
Description
Hi,
With PR #1287 I have only put
wget
for build image (sorry). And wget is not in the prod image. I fix that quickly.You can assign to me this bug.
Steps to reproduce
/bin/sh: 1: wget: not found
Relevant logs
Expected behavior
Cryptpad unhealthy.
Version
5.6.0
The text was updated successfully, but these errors were encountered: