Browse Source

Adding support for custom files

master
Eric van der Vlist 5 years ago
parent
commit
a01974b61e
4 changed files with 10 additions and 1 deletions
  1. +5
    -1
      Dockerfile
  2. +2
    -0
      custom/orbeon/README.txt
  3. +2
    -0
      custom/resources/README.txt
  4. +1
    -0
      custom/tomcat/README.txt

+ 5
- 1
Dockerfile 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
- 0
custom/orbeon/README.txt View File

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

+ 2
- 0
custom/resources/README.txt View File

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

+ 1
- 0
custom/tomcat/README.txt View File

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

Loading…
Cancel
Save