mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 01:36:18 +00:00
Dockerization + Fix for Tesseract 3.03
This commit is contained in:
10
docs.xml
Normal file
10
docs.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
||||
<Set name="contextPath">/</Set>
|
||||
<Set name="war"><SystemProperty name="jetty.data" default="."/>/webapps/docs.war</Set>
|
||||
|
||||
<Call class="java.lang.System" name="setProperty">
|
||||
<Arg>docs.home</Arg>
|
||||
<Arg>/var/docs</Arg>
|
||||
</Call>
|
||||
|
||||
</Configure>
|
||||
Reference in New Issue
Block a user