From 1a8cceb744743ceb589813f14365e0d021b7d133 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 11 Jun 2016 17:55:51 +0200 Subject: change for logfile --- Applications/phpmyadmin/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Applications') diff --git a/Applications/phpmyadmin/Dockerfile b/Applications/phpmyadmin/Dockerfile index 44b59ef..c364efc 100644 --- a/Applications/phpmyadmin/Dockerfile +++ b/Applications/phpmyadmin/Dockerfile @@ -6,8 +6,8 @@ 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 -RUN mkdir /etc/httpd/logs &> /dev/null && chown -R apache:apache /etc/httpd/logs + rm -rf phpMyAdmin-4.5.2-all-languages && \ + mkdir /etc/httpd/logs &> /dev/null && chown -R apache:apache /etc/httpd/logs COPY config.inc.php $APP_PATH/config.inc.php COPY test.php $APP_PATH/test.php -- cgit v1.2.1