Commit 0f17e32928a393ae375b6cb2556e92ea0d4f1104
1 parent
30d15c08
fix docker
Showing
2 changed files
with
4 additions
and
2 deletions
docker/Dockerfile
1 | 1 | # Automatically generated Dockerfile |
2 | -# - Build 2016-12-30 12:02 | |
2 | +# - Build 2016-12-30 12:12 | |
3 | 3 | # - Lucene/Solr version 6.3.0 |
4 | 4 | # - Mtas release 20161230 |
5 | 5 | # |
... | ... | @@ -49,12 +49,13 @@ RUN apt-get update && apt-get install -y lsof software-properties-common python- |
49 | 49 | && rm -rf /var/www/html/* \ |
50 | 50 | && mkdir /var/www/html/demo \ |
51 | 51 | && cp -rp data/folia-samples /var/www/html/demo/ \ |
52 | +&& cp -rp data/isotei-samples /var/www/html/demo/ \ | |
52 | 53 | && gunzip -r /var/www/html/demo \ |
53 | 54 | && cp -rp data/site/* /var/www/html/ \ |
54 | 55 | && chmod -R 755 /var/www/html \ |
55 | 56 | && printf "echo\n" >> /start.sh \ |
56 | 57 | && printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh \ |
57 | -&& printf "echo \" Timestamp 2016-12-30 12:02\"\n" >> /start.sh \ | |
58 | +&& printf "echo \" Timestamp 2016-12-30 12:12\"\n" >> /start.sh \ | |
58 | 59 | && printf "echo \" Lucene/Solr version 6.3.0\"\n" >> /start.sh \ |
59 | 60 | && printf "echo \" Mtas release 20161230\"\n" >> /start.sh \ |
60 | 61 | && printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh \ |
... | ... |
src/docker/Dockerfile
... | ... | @@ -49,6 +49,7 @@ RUN apt-get update && apt-get install -y lsof software-properties-common python- |
49 | 49 | && rm -rf /var/www/html/* \ |
50 | 50 | && mkdir /var/www/html/demo \ |
51 | 51 | && cp -rp data/folia-samples /var/www/html/demo/ \ |
52 | +&& cp -rp data/isotei-samples /var/www/html/demo/ \ | |
52 | 53 | && gunzip -r /var/www/html/demo \ |
53 | 54 | && cp -rp data/site/* /var/www/html/ \ |
54 | 55 | && chmod -R 755 /var/www/html \ |
... | ... |