diff options
| author | startxfr <clarue@startx.fr> | 2016-06-11 18:12:49 +0200 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2016-06-11 18:12:49 +0200 | 
| commit | 54f76c8ff6b31b331e2ef261a00e277e745587b1 (patch) | |
| tree | c26dab061d801337d2479f48767de3be11977abc /Applications/phpmyadmin | |
| parent | e5e1102fc476988ebe57d60d171f021abc26d169 (diff) | |
change for logfile
Diffstat (limited to 'Applications/phpmyadmin')
| -rw-r--r-- | Applications/phpmyadmin/Dockerfile | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/Applications/phpmyadmin/Dockerfile b/Applications/phpmyadmin/Dockerfile index 87562f8..8da6704 100644 --- a/Applications/phpmyadmin/Dockerfile +++ b/Applications/phpmyadmin/Dockerfile @@ -6,9 +6,7 @@ RUN cd $APP_PATH && \      unzip phpMyAdmin-4.5.2-all-languages.zip && \      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 &> /dev/null +    rm -rf phpMyAdmin-4.5.2-all-languages  COPY config.inc.php $APP_PATH/config.inc.php  COPY test.php $APP_PATH/test.php  | 
