commit | a1f9702ba26a625dace432d3644df529d4de1e78 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 10 23:42:01 2022 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 10 23:42:01 2022 +0200 |
tree | 9bfe112ed07bcc10b3ae7aba6acbbb638a9adca8 | |
parent | a377441f966f9a25dc90e85260b865ebd933c5ff [diff] [blame] |
Fix default config path in Dockerfile Change-Id: I94c588fe1557387986f1b7c17b4c3c9873df17ac
diff --git a/Dockerfile b/Dockerfile index d68d7f5..417932e 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -48,9 +48,7 @@ make install -ENV MOJO_CONFIG=/config/example.conf - -# RUN echo "{Kalamar=>{plugins=>['KorAPXML2Krill','Tei2KorAPXML']}}" > kalamar.production.conf +ENV MOJO_CONFIG=/config/derekovecs.conf EXPOSE 3000