macbre / docker-sphinxsearch

Docker image for Sphinx search engine
https://hub.docker.com/r/macbre/sphinxsearch/
MIT License
55 stars 24 forks source link

CMD command failed inside Dockerfile #16

Closed thewind1984 closed 3 years ago

thewind1984 commented 3 years ago

Hello @macbre ,

regarding the latest PR you merged in, the last line

CMD searchd --nodetach --config ${CONF_FILE}

does not work. It fails with the error

FATAL: malformed or unknown option near '--config'; use '-h' or '--help' to see available options.

I suppose here could be different cases to fix it

need to be checked ASAP...

macbre commented 3 years ago

Let's first revert #15 and implement a proper CI in this repository.

macbre commented 3 years ago

@thewind1984 - feel free to proceed as we now have #19 🙂

macbre commented 3 years ago

Resolved by #20