meyayllg / Dockerfile
Radek
Add application file
0a86968
raw
history blame
263 Bytes
# Use the base image
FROM meyay/languagetool:latest
# Document that the service listens on port 8010
EXPOSE 8010
# Set environment variables
ENV download_ngrams_for_langs=en \
langtool_languageModel=/ngrams \
langtool_fasttextModel=/fasttext/lid.176.bin