Commit fbc21f4612d1792600b7b9a60ca612c20329d0dc

Authored by Matthijs Brouwer
1 parent 31207876

new release

Showing 1 changed file with 2 additions and 2 deletions
docker/Dockerfile
1 1 # Automatically generated Dockerfile
2   -# - Build 2017-05-05 17:23
  2 +# - Build 2017-05-05 17:25
3 3 # - Lucene/Solr version 6.5.1
4 4 # - Mtas release 20170505
5 5 #
... ... @@ -74,7 +74,7 @@ RUN service apache2 stop && \
74 74 chmod -R 755 /var/www/html && \
75 75 printf "echo\n" >> /start.sh && \
76 76 printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh && \
77   - printf "echo \" Timestamp 2017-05-05 17:23\"\n" >> /start.sh && \
  77 + printf "echo \" Timestamp 2017-05-05 17:25\"\n" >> /start.sh && \
78 78 printf "echo \" Lucene/Solr version 6.5.1\"\n" >> /start.sh && \
79 79 printf "echo \" Mtas release 20170505\"\n" >> /start.sh && \
80 80 printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh && \
... ...