Can anyone help me with a #docker install of #languagetool using ngram data on #fedora 43?
This works fine:
docker run -d --name languagetool --restart unless-stopped -p 8010:8010 erikvl87/languagetool
This stays unhealthy and logs a bunch of 'java.lang.NullPointerException: Cannot read the array length because "" is null' errors:
docker run -d --name languagetool --restart unless-stopped -p 8010:8010 -e langtool_languageModel=/ngrams -v /home/steven/ngrams:/ngrams:ro erikvl87/languagetool