Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix phpmyadmin
mchyzer committed Oct 2, 2020
1 parent d898284 commit 6f594f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/Dockerfile
@@ -83,7 +83,9 @@ COPY container_files/var-www-html/ /var/www/html/
RUN chown -R tomcat /opt/shibboleth-idp/ \
&& chmod -R 700 /opt/shibboleth-idp/ \
&& chmod +rx /var/www/html/app/index.py \
&& /opt/shibboleth-idp/bin/build.sh
&& /opt/shibboleth-idp/bin/build.sh \
&& chmod go-w /etc/phpMyAdmin/config.inc.php


RUN chown -R tomcat:tomcat /opt/grouper/grouperWebapp
RUN chown -R tomcat:tomcat /opt/tomee

0 comments on commit 6f594f9

Please sign in to comment.