Adding support for custom files

This commit is contained in:
Eric van der Vlist 2018-02-16 13:14:23 +01:00
parent 638b19e985
commit a01974b61e
4 changed files with 10 additions and 1 deletions

View File

@ -20,4 +20,8 @@ RUN \
&& rm -rf /tmp/orbeon
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/

2
custom/orbeon/README.txt Normal file
View File

@ -0,0 +1,2 @@
Files (and directories) which will override the default Orbeon files

View File

@ -0,0 +1,2 @@
Files (and directories) which will be copied to /usr/share/custom/resources

1
custom/tomcat/README.txt Normal file
View File

@ -0,0 +1 @@
Files (and directories) which will override the default tomcat files