mirror of
https://github.com/clearlinux/docs.git
synced 2026-05-14 18:53:40 +00:00
Run update.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user