Correct indentation

This commit is contained in:
David Currie 2015-02-06 12:23:36 +00:00
parent 085e98427d
commit bf35ab45ca
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ the following Dockerfile.
ADD Sample1.war /opt/ibm/wlp/usr/servers/defaultServer/dropins/
ENV LICENSE accept
This can then be built and run as follows:
This can then be built and run as follows:
docker build -t app .
docker run -d -p 80:9080 -p 443:9443 app