summaryrefslogtreecommitdiffstats
path: root/Services/php/Dockerfile
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2016-06-11 17:33:13 +0200
committerstartxfr <clarue@startx.fr>2016-06-11 17:33:13 +0200
commit143158d6b7cae03c4e3fe4e01db5b1657a057ce3 (patch)
treeaf287b3dfe3c54c1cc8c6e03fe82e9e06a21360f /Services/php/Dockerfile
parent56d2581d970a19244a5b682ddae0b0a20c067325 (diff)
downloadphpmyadmin-143158d6b7cae03c4e3fe4e01db5b1657a057ce3.tar.gz
phpmyadmin-143158d6b7cae03c4e3fe4e01db5b1657a057ce3.tar.bz2
phpmyadmin-143158d6b7cae03c4e3fe4e01db5b1657a057ce3.tar.xz
phpmyadmin-143158d6b7cae03c4e3fe4e01db5b1657a057ce3.zip
change for logfile
Diffstat (limited to 'Services/php/Dockerfile')
-rw-r--r--Services/php/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile
index 4abb0f8..0afe661 100644
--- a/Services/php/Dockerfile
+++ b/Services/php/Dockerfile
@@ -12,7 +12,7 @@ COPY httpd.conf $HTTPDCONF
COPY php.ini /etc/php.d/sx.ini
COPY run.sh /bin/
RUN chmod 775 /bin/run.sh && \
- chmod ug+r $HTTPDCONF
+ chmod ug+r $HTTPDCONF && mkdir /etc/httpd/logs && chown -R apache:apache /etc/httpd/logs
COPY ./ $APP_PATH
RUN rm -f $APP_PATH/Dockerfile $APP_PATH/httpd.conf $APP_PATH/run.sh && \
chown -R apache:apache $DATA_PATH $APP_PATH $LOG_PATH && \