Skip to content

Commit

Permalink
Correct permissions of scripts in the domain image (oracle#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccell authored and Djelibeybi committed Dec 21, 2017
1 parent fd77c82 commit f943cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OracleWebLogic/samples/wls-K8s/wls-12213-domain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV MW_HOME="$ORACLE_HOME" \
# --------------------------------
USER oracle
COPY container-scripts/* /u01/oracle/
CMD chmod +x /u01/oracle/*.sh
RUN chmod +x /u01/oracle/*.sh /u01/oracle/*.py

# Default directory creation, Admin Server boot
# ---------------------------------------------
Expand Down

0 comments on commit f943cfb

Please sign in to comment.