diff options
Diffstat (limited to 'Applications')
| -rw-r--r-- | Applications/phpmyadmin/Dockerfile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Applications/phpmyadmin/Dockerfile b/Applications/phpmyadmin/Dockerfile index c364efc..87562f8 100644 --- a/Applications/phpmyadmin/Dockerfile +++ b/Applications/phpmyadmin/Dockerfile @@ -7,7 +7,8 @@ RUN cd $APP_PATH && \      rm -f phpMyAdmin-4.5.2-all-languages.zip && \      mv phpMyAdmin-4.5.2-all-languages/* ./  && \      rm -rf phpMyAdmin-4.5.2-all-languages && \ -    mkdir /etc/httpd/logs &> /dev/null && chown -R apache:apache /etc/httpd/logs +    mkdir /etc/httpd/logs &> /dev/null && \ +    chown -R apache:apache /etc/httpd/logs &> /dev/null  COPY config.inc.php $APP_PATH/config.inc.php  COPY test.php $APP_PATH/test.php  | 
