ELTE-DH / NoSketch-Engine-Docker

A NoSketch Engine Docker image which is easy to use
GNU Lesser General Public License v3.0
16 stars 9 forks source link

[fix] `registry` access for CLI tools #2

Closed sassbalint closed 3 years ago

sassbalint commented 3 years ago

CLI tools -- I tested corpquery -- search for config files in /corpora/registry.

As config files are in /home/registry and /corpora links to /home/corpora we need another link in Dockerfile:

ln -s /home/registry /home/corpora/registry

The above may not be the best solution but at least it works.

Tested both in browser and in CLI.

Great piece of software, thanks! :) :heart:

dlazesz commented 3 years ago

Thank you!