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