Skip to content

Commit d358e00

Browse files
committed
Issue #130 - corrected archive option name
1 parent a67a8ef commit d358e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/samples/docker-domain/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN chmod +xw /u01/oracle/*.sh && \
6565
chmod +xw /u01/weblogic-deploy/bin/*.sh && \
6666
chmod -R +xw /u01/weblogic-deploy/lib/python && \
6767
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 && \
68+
if [ -n "$WDT_ARCHIVE" ]; then ARCHIVE_OPT="-archive_file /u01/$WDT_ARCHIVE"; fi && \
6969
/u01/weblogic-deploy/bin/createDomain.sh \
7070
-oracle_home /u01/oracle \
7171
-java_home ${JAVA_HOME} \

0 commit comments

Comments
 (0)