File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN mkdir -p {{domain_home}}
80
80
{ {/modelOnly} }
81
81
82
82
{ {#domainGroupAsUser} }
83
- RUN chmod g=u { {{domain_home} }}
83
+ RUN chmod -R g=u { {{domain_home} }}
84
84
{ {/domainGroupAsUser} }
85
85
86
86
WORKDIR { {{work_dir} }}
Original file line number Diff line number Diff line change 11
11
COPY --from=wdt_build --chown={ {userid} }:{ {groupid} } { {wdt_model_home} } { {wdt_model_home} }/
12
12
{ {/isWdtModelHomeOutsideWdtHome} }
13
13
{ {#domainGroupAsUser} }
14
- RUN chmod g=u { {{domain_parent} }} { {{wdt_home} }} { {{wdt_model_home} }}
14
+ RUN chmod -R g=u { {{domain_parent} }} { {{wdt_home} }} { {{wdt_model_home} }}
15
15
{ {/domainGroupAsUser} }
16
16
{ {/modelOnly} }
17
17
{ {^modelOnly} }
18
18
COPY --from=wdt_build --chown={ {userid} }:{ {groupid} } { {{domain_home} }} { {{domain_home} }}/
19
19
{ {#domainGroupAsUser} }
20
- RUN chmod g=u { {{domain_home} }}
20
+ RUN chmod -R g=u { {{domain_home} }}
21
21
{ {/domainGroupAsUser} }
22
22
{ {/modelOnly} }
You can’t perform that action at this time.
0 commit comments