aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e9287e2..027ec17 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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