From 3482c911ceabdc1d4f77eb840d00b49f91be85da Mon Sep 17 00:00:00 2001 From: Pierre Galvez Date: Fri, 6 Feb 2015 21:35:35 +0100 Subject: [PATCH] Update content.md --- php/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/content.md b/php/content.md index 49401e631..710ece161 100644 --- a/php/content.md +++ b/php/content.md @@ -55,7 +55,7 @@ Where `src/` is the directory containing all your php code. Then, run the comman docker run -it --rm --name my-running-app my-php-app We recommend that you add a custom `php.ini` configuration. `COPY` it into -`/usr/local/lib` by adding one more line to the Dockerfile above and running the +`/usr/local/etc/php` by adding one more line to the Dockerfile above and running the same commands to build and run: FROM php:5.6-apache