diff options
author | Mikhail Vasilenko | 2018-04-19 15:04:03 +0300 |
---|---|---|
committer | Silvio Fricke | 2018-06-28 17:23:46 +0200 |
commit | d66d498a4a826c4cfd263642a1bf617dd93fe200 (patch) | |
tree | 6b1060b5ff0ee1f7f5e0d8f10e74b27843a3b7ea /Dockerfile | |
parent | e60a24e991be1e0cb6d7f27ca4e8508549c21d4a (diff) | |
download | languagetool-d66d498a4a826c4cfd263642a1bf617dd93fe200.tar.gz |
Fix exception when running under nobody user
This fixes #7.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ WORKDIR /LanguageTool-$VERSION ADD misc/start.sh /start.sh RUN chmod a+x /start.sh +RUN mkdir /nonexistent && touch /nonexistent/.languagetool.cfg CMD [ "/start.sh" ] EXPOSE 8010 |