Skip to content

Commit

Permalink
Update dockerfile to version 7.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsbrouwer committed Nov 6, 2018
1 parent 3b537a6 commit ac6a1c0
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 2018-11-04 19:25
# - Build 2018-11-06 13:28
# - Lucene/Solr version 7.4.0
# - Mtas release 7.4.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 2018-11-04 19:25\"\n" >> /start.sh && \
printf "echo \" Timestamp 2018-11-06 13:28\"\n" >> /start.sh && \
printf "echo \" Lucene/Solr version 7.4.0\"\n" >> /start.sh && \
printf "echo \" Mtas release 7.4.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 ac6a1c0

Please sign in to comment.