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}}
8080{ {/modelOnly} }
8181
8282{ {#domainGroupAsUser} }
83- RUN chmod g=u { {{domain_home} }}
83+ RUN chmod -R g=u { {{domain_home} }}
8484{ {/domainGroupAsUser} }
8585
8686WORKDIR { {{work_dir} }}
Original file line number Diff line number Diff line change 1111 COPY --from=wdt_build --chown={ {userid} }:{ {groupid} } { {wdt_model_home} } { {wdt_model_home} }/
1212 { {/isWdtModelHomeOutsideWdtHome} }
1313 { {#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} }}
1515 { {/domainGroupAsUser} }
1616{ {/modelOnly} }
1717{ {^modelOnly} }
1818 COPY --from=wdt_build --chown={ {userid} }:{ {groupid} } { {{domain_home} }} { {{domain_home} }}/
1919 { {#domainGroupAsUser} }
20- RUN chmod g=u { {{domain_home} }}
20+ RUN chmod -R g=u { {{domain_home} }}
2121 { {/domainGroupAsUser} }
2222{ {/modelOnly} }
You can’t perform that action at this time.
0 commit comments