Skip to content

Commit bf1ee34

Browse files
committed
Issue#127 - Added instructions for building the sample archive
1 parent 6b78d59 commit bf1ee34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/samples/docker-domain/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The WebLogic Deploy Tool installer is required to build this image. Add weblogic
1818

1919
$ wget https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.11/weblogic-deploy.zip
2020

21+
This sample deploys a simple one-page web application contained in a .zip archive. This archive needs to be built (one time only) before building the Docker image.
22+
23+
$ ./build-archive.sh
24+
2125
To build this sample, run:
2226

2327
$ docker build \

0 commit comments

Comments
 (0)