Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 404 Bytes

Languagetool Docker

Dockerfile contains instructions to build a preconfigured image of the languagetool http server.

How To Use

docker build -t languagetool .
docker run -d -p 8081:8081 languagetool:latest

Credits

The Dockerfile is based on gentics/languagetool-docker. Thanks for sharing!