Commit bec4bc6ea4c5df09d12bcd7fe4a0d670bc9d71f5

Authored by Matthijs Brouwer
1 parent 6402c5ec

sample folia-files for dockerfile

docker/folia-samples/beets1.xml.gz 0 โ†’ 100644
No preview for this file type
docker/folia-samples/beets2.xml.gz 0 โ†’ 100644
No preview for this file type
docker/folia-samples/beets3.xml.gz 0 โ†’ 100644
No preview for this file type
src/docker/Dockerfile
... ... @@ -21,17 +21,17 @@ WORKDIR "/root"
21 21  
22 22 RUN mkdir lib && mkdir data && mkdir data/mtas
23 23  
24   -COPY solrconfig.xml /root/data/
25   -COPY mtas.xml /root/data/
26   -COPY mtas/demo_folia.xml /root/data/mtas/
27   -COPY mtas/demo_tei.xml /root/data/mtas/
28   -COPY schemaBasic.xml /root/data/
29   -COPY schemaFull.xml /root/data/
  24 +ADD https://raw.githubusercontent.com/meertensinstituut/mtas/master/docker/solrconfig.xml /root/data/
  25 +ADD https://raw.githubusercontent.com/meertensinstituut/mtas/master/docker/mtas.xml /root/data/
  26 +ADD https://raw.githubusercontent.com/meertensinstituut/mtas/master/docker/mtas/demo_folia.xml /root/data/mtas/
  27 +ADD https://raw.githubusercontent.com/meertensinstituut/mtas/master/docker/mtas/demo_tei.xml /root/data/mtas/
  28 +ADD https://raw.githubusercontent.com/meertensinstituut/mtas/master/docker/schemaBasic.xml /root/data/
  29 +ADD https://raw.githubusercontent.com/meertensinstituut/mtas/master/docker/schemaFull.xml /root/data/
30 30  
31 31 ADD http://archive.apache.org/dist/lucene/solr/${currentDevelopmentVersion}/solr-${currentDevelopmentVersion}.tgz /root/
32 32 ADD http://apache.cs.uu.nl/commons/math/binaries/commons-math3-3.6.1-bin.tar.gz /root/lib/
33 33 ADD https://github.com/meertensinstituut/mtas/releases/download/${currentDevelopmentRelease}/mtas-${currentDevelopmentVersion}.jar /root/lib/
34   -ADD https://code.jquery.com/jquery-3.1.1.min.js /root/lib/
  34 +ADD http://code.jquery.com/jquery-3.1.1.min.js /root/lib/
35 35  
36 36 RUN tar xzf lib/commons-math3-3.6.1-bin.tar.gz -C lib commons-math3-3.6.1/commons-math3-3.6.1.jar --strip-components=1 && rm lib/commons-math3-3.6.1-bin.tar.gz
37 37  
... ...