Fixes last line to not empty line

This commit is contained in:
Alex Soto 2015-10-03 19:24:11 +02:00
parent 78c62be0bf
commit 400ca1d6a0
1 changed files with 0 additions and 1 deletions

View File

@ -45,4 +45,3 @@ The configuration files are available in `/usr/local/tomee/conf/`. By default, n
You can also use this image as base image for deploying your war application. To do it you need to create a Dockerfile based on Tomee Docker image and add the war file in `webapps` directory:
ADD <locationofapplication>/<warfile> /usr/local/tomee/webapps/<warfile>