brunostjohn / perplexideez

Search the web and your self-hosted apps using local AI agents.
GNU Affero General Public License v3.0
195 stars 6 forks source link

Docker image missing curl #12

Open av opened 19 hours ago

av commented 19 hours ago

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
brunostjohn commented 18 hours ago

Thank you for letting me know! This is a great shout. I'll keep track of this and fix this in the next release.

brunostjohn commented 18 hours ago

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!