We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f59d5 commit b815bf2Copy full SHA for b815bf2
samples/docker-domain/Dockerfile
@@ -73,7 +73,7 @@ RUN chmod +xw /u01/oracle/*.sh && \
73
/u01/weblogic-deploy/bin/createDomain.sh \
74
-oracle_home $ORACLE_HOME \
75
-java_home ${JAVA_HOME} \
76
- -domain_parent $PRE_DOMAIN_HOME \
+ -domain_parent $PRE_DOMAIN_HOME/domains \
77
-domain_type WLS \
78
$MODEL_OPT \
79
$ARCHIVE_OPT && \
0 commit comments