Adding support for custom files
This commit is contained in:
parent
638b19e985
commit
a01974b61e
|
@ -20,4 +20,8 @@ RUN \
|
||||||
&& rm -rf /tmp/orbeon
|
&& rm -rf /tmp/orbeon
|
||||||
|
|
||||||
COPY ./$flavour/tomcat/ /usr/local/tomcat/
|
COPY ./$flavour/tomcat/ /usr/local/tomcat/
|
||||||
COPY ./$flavour/orbeon/ /usr/local/orbeon/
|
COPY ./$flavour/orbeon/ /usr/local/orbeon/
|
||||||
|
|
||||||
|
COPY ./custom/tomcat/ /usr/local/tomcat/
|
||||||
|
COPY ./custom/orbeon/ /usr/local/orbeon/
|
||||||
|
COPY ./custom/resources/ /usr/local/custom/resources/
|
|
@ -0,0 +1,2 @@
|
||||||
|
Files (and directories) which will override the default Orbeon files
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Files (and directories) which will be copied to /usr/share/custom/resources
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Files (and directories) which will override the default tomcat files
|
Loading…
Reference in New Issue