File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ ENV AUXILIARY_IMAGE_PATH={{{wdt_home}}} \
54
54
{ {/hasWdtFiles} }
55
55
56
56
{ {#wdtModels} }
57
- COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_model_home} }}/
57
+ COPY --chown={ {userid} }:{ {groupid} } [" { {{.} }}", " { {{wdt_model_home} }}/"]
58
58
{ {/wdtModels} }
59
59
60
60
{ {#wdtArchives} }
61
- COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_model_home} }}/
61
+ COPY --chown={ {userid} }:{ {groupid} } [" { {{.} }}", " { {{wdt_model_home} }}/"]
62
62
{ {/wdtArchives} }
63
63
64
64
{ {#wdtVariables} }
65
- COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_model_home} }}/
65
+ COPY --chown={ {userid} }:{ {groupid} } [" { {{.} }}", " { {{wdt_model_home} }}/"]
66
66
{ {/wdtVariables} }
67
67
68
68
{ {#hasWdtFiles} }
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ RUN cd {{{wdt_home}}} \
25
25
&& mkdir -p $(dirname { {{domain_home} }})
26
26
27
27
{ {#wdtModels} }
28
- COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_model_home} }}/
28
+ COPY --chown={ {userid} }:{ {groupid} } [" { {{.} }}", " { {{wdt_model_home} }}/"]
29
29
{ {/wdtModels} }
30
30
31
31
{ {#wdtArchives} }
32
- COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_model_home} }}/
32
+ COPY --chown={ {userid} }:{ {groupid} } [" { {{.} }}", " { {{wdt_model_home} }}/"]
33
33
{ {/wdtArchives} }
34
34
35
35
{ {#wdtVariables} }
36
- COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_model_home} }}/
36
+ COPY --chown={ {userid} }:{ {groupid} } [" { {{.} }}", " { {{wdt_model_home} }}/"]
37
37
{ {/wdtVariables} }
38
38
39
39
RUN test -d { {{wdt_home} }}/weblogic-deploy && rm -rf { {{wdt_home} }}/weblogic-deploy || echo Initial WDT install \
You can’t perform that action at this time.
0 commit comments