Update the Tomcat dockerfile

This commit is contained in:
standash 2017-08-25 20:48:38 +02:00
parent 1197fdb3b7
commit 0872b874e8
1 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,5 @@ RUN touch /var/log/mongodb/mongo-error.log
# cleanup
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# start the mongodb
CMD service mongodb start && tail -F /var/log/mongodb/mongo-error.log
# start the mongodb and catalina
CMD service mongodb start && catalina.sh run