Skip to content

Commit

Permalink
Update dockerfile to version 8.5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsbrouwer committed Aug 15, 2020
1 parent bb8faed commit 17cf672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Automatically generated Dockerfile
# - Build 2020-08-15 10:22
# - Build 2020-08-15 10:56
# - Lucene/Solr version 8.5.0
# - Mtas release 8.5.0.1
#
Expand Down Expand Up @@ -74,7 +74,7 @@ RUN service apache2 stop && \
chmod -R 755 /var/www/html && \
printf "echo\n" >> /start.sh && \
printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh && \
printf "echo \" Timestamp 2020-08-15 10:22\"\n" >> /start.sh && \
printf "echo \" Timestamp 2020-08-15 10:56\"\n" >> /start.sh && \
printf "echo \" Lucene/Solr version 8.5.0\"\n" >> /start.sh && \
printf "echo \" Mtas release 8.5.0.1\"\n" >> /start.sh && \
printf "echo \" See https://textexploration.github.io/mtas/ for more information\"\n" >> /start.sh && \
Expand Down

0 comments on commit 17cf672

Please sign in to comment.