Browse Source

Update configuration File (php.ini) Path

Pierre Galvez 10 years ago
parent
commit
f0ce20d51a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/content.md

+ 1 - 1
php/content.md

@@ -59,7 +59,7 @@ We recommend that you add a custom `php.ini` configuration. `COPY` it into
 same commands to build and run:
 
     FROM php:5.6-apache
-    COPY config/php.ini /usr/local/lib/
+    COPY config/php.ini /usr/local/etc/php
     COPY src/ /var/www/html/
 
 Where `src/` is the directory containing all your php code and `config/`