diff options
author | startxfr <clarue@startx.fr> | 2016-06-11 17:41:13 +0200 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2016-06-11 17:41:13 +0200 |
commit | bc0a1251f828d31680243485b1d7aa256d0e9817 (patch) | |
tree | a661fa700967c1bbbee35d8fee0df7ec8e2e8ddb | |
parent | 143158d6b7cae03c4e3fe4e01db5b1657a057ce3 (diff) | |
download | phpmyadmin-bc0a1251f828d31680243485b1d7aa256d0e9817.tar.gz phpmyadmin-bc0a1251f828d31680243485b1d7aa256d0e9817.tar.bz2 phpmyadmin-bc0a1251f828d31680243485b1d7aa256d0e9817.tar.xz phpmyadmin-bc0a1251f828d31680243485b1d7aa256d0e9817.zip |
change for logfile
-rw-r--r-- | Services/php/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index 0afe661..4abb0f8 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 && mkdir /etc/httpd/logs && chown -R apache:apache /etc/httpd/logs + chmod ug+r $HTTPDCONF 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 && \ |