Docker tinysearch mre Alpine image
Also available at Docker HUB
Please check what's required to host WebAssembly in production -- you will need to explicitly set mime gzip types
docker pull fluential/docker-tinysearch
Available buid args:
- WASM_REPO
- WASM_BRANCH
- TINY_REPO
- TINY_BRANCH
- TINY_MAGIC (for a magic number see tinysearch/tinysearch#111)
docker build --build-arg WASM_BRANCH=master -t tinysearch .
docker build --build-arg TINY_MAGIC=64 -t tinysearch .