Adding support for custom files
This commit is contained in:
parent
638b19e985
commit
a01974b61e
|
@ -21,3 +21,7 @@ RUN \
|
|||
|
||||
COPY ./$flavour/tomcat/ /usr/local/tomcat/
|
||||
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