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
Describe the bug ghcr.io/brunostjohn/perplexideez/app:latest is missing curl, but it's expected for the healthcheck
Logs
docker run -it --entrypoint bash ghcr.io/brunostjohn/perplexideez/app:latest
node@ae5365c0b931:/app$ which curl
node@ae5365c0b931:/app$ curl
bash: curl: command not found
The text was updated successfully, but these errors were encountered:
Sorted out. Should make it in to the next release. Once this builds, it'll be available in the nightly image. Then I'll include it in the next release. Thanks again!
Describe the bug
ghcr.io/brunostjohn/perplexideez/app:latest
is missing curl, but it's expected for the healthcheckLogs
docker run -it --entrypoint bash ghcr.io/brunostjohn/perplexideez/app:latest node@ae5365c0b931:/app$ which curl node@ae5365c0b931:/app$ curl bash: curl: command not found
The text was updated successfully, but these errors were encountered: