diff options
| author | startxfr <clarue@startx.fr> | 2015-11-28 20:11:25 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2015-11-28 20:11:25 +0100 | 
| commit | 59bbf66b7b1e4490694f2c5f732ddf9380acf053 (patch) | |
| tree | 4fa52b027fc6df1c9b50c3fbaf740086b595b786 /Services/php/Dockerfile | |
| parent | 348568c89ae1ad19270e930c02a1492bc43e99b1 (diff) | |
debugging on services. renaming service and use of extends in global docker-copose used in test
Diffstat (limited to 'Services/php/Dockerfile')
| -rw-r--r-- | Services/php/Dockerfile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index 8bb0304..62b9564 100644 --- a/Services/php/Dockerfile +++ b/Services/php/Dockerfile @@ -8,8 +8,8 @@ RUN dnf -y install php php-pecl-mongo php-cli php-pear \          php-bcmath php-pecl-zip php-php-gettext php-tcpdf \          php-tcpdf-dejavu-sans-fonts php-tidy \      && dnf clean all   -ENV LOG_PATH=/data/logs/httpd_php  \ -    APP_PATH=/data/httpd_php +ENV LOG_PATH=/data/logs/apache_php  \ +    APP_PATH=/data/apache_php  COPY httpd.conf $HTTPDCONF  COPY php.ini /etc/php.d/sx.ini  COPY run.sh /bin/  | 
