From 09fa5a1167e2ae3dd4c14bc20f9d23e86bb212bd Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 6 Feb 2015 11:05:19 -0700 Subject: [PATCH] Run update.sh --- websphere-liberty/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websphere-liberty/README.md b/websphere-liberty/README.md index c9e91b3e8..0673f1714 100644 --- a/websphere-liberty/README.md +++ b/websphere-liberty/README.md @@ -66,7 +66,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