Skip to content

Commit 807241b

Browse files
authored
Fixes run-wdt mustache hard coded wdt command (#315)
1 parent 274d194 commit 807241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagetool/src/main/resources/docker-files/run-wdt.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN test -d {{{wdt_home}}}/weblogic-deploy && rm -rf {{{wdt_home}}}/weblogic-dep
4646

4747
{{^modelOnly}}
4848
RUN cd {{{wdt_home}}}/weblogic-deploy/bin \
49-
&& {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./createDomain.sh \
49+
&& {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./{{wdtCommand}} \
5050
-oracle_home {{{oracle_home}}} \
5151
-domain_home {{{domain_home}}} \
5252
-domain_type {{domainType}} \

0 commit comments

Comments
 (0)