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 a67a8ef commit d358e00Copy full SHA for d358e00
core/src/main/samples/docker-domain/Dockerfile
@@ -65,7 +65,7 @@ RUN chmod +xw /u01/oracle/*.sh && \
65
chmod +xw /u01/weblogic-deploy/bin/*.sh && \
66
chmod -R +xw /u01/weblogic-deploy/lib/python && \
67
if [ -n "$WDT_MODEL" ]; then MODEL_OPT="-model_file /u01/$WDT_MODEL"; fi && \
68
- if [ -n "$WDT_ARCHIVE" ]; then MODEL_OPT="-archive_file /u01/$WDT_ARCHIVE"; fi && \
+ if [ -n "$WDT_ARCHIVE" ]; then ARCHIVE_OPT="-archive_file /u01/$WDT_ARCHIVE"; fi && \
69
/u01/weblogic-deploy/bin/createDomain.sh \
70
-oracle_home /u01/oracle \
71
-java_home ${JAVA_HOME} \
0 commit comments