Skip to content

Commit

Permalink
oc ready
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored and 1gtm committed Jan 19, 2025
1 parent 0733f47 commit 1519e46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions innovation/Dockerfile.oracle
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@ EXPOSE 3306 33060
CMD ["mysqld"]

RUN chown -R mysql:mysql /etc/mysql

RUN chgrp -R 0 /etc/mysql \
&& chmod -R g=u /etc/mysql
RUN chgrp -R 0 /var/lib \
&& chmod -R g=u /var/lib

0 comments on commit 1519e46

Please sign in to comment.