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 274d194 commit 807241bCopy full SHA for 807241b
imagetool/src/main/resources/docker-files/run-wdt.mustache
@@ -46,7 +46,7 @@ RUN test -d {{{wdt_home}}}/weblogic-deploy && rm -rf {{{wdt_home}}}/weblogic-dep
46
47
{{^modelOnly}}
48
RUN cd {{{wdt_home}}}/weblogic-deploy/bin \
49
- && {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./createDomain.sh \
+ && {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./{{wdtCommand}} \
50
-oracle_home {{{oracle_home}}} \
51
-domain_home {{{domain_home}}} \
52
-domain_type {{domainType}} \
0 commit comments