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 9650906 commit a67a8efCopy full SHA for a67a8ef
core/src/main/samples/docker-domain/Dockerfile
@@ -72,7 +72,8 @@ RUN chmod +xw /u01/oracle/*.sh && \
72
-domain_parent /u01/oracle/user_projects/domains \
73
-domain_type WLS \
74
$MODEL_OPT \
75
- $ARCHIVE_OPT
+ $ARCHIVE_OPT && \
76
+ chown -R oracle:oracle $PRE_DOMAIN_HOME
77
78
VOLUME $PRE_DOMAIN_HOME
79
# Expose Node Manager default port, and also default for admin and managed server
0 commit comments