Run update.sh

This commit is contained in:
Docker Library Bot 2015-08-14 10:07:38 -07:00
parent 6ed6ebe8f4
commit 19b6138376
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ We recommend that you add a custom `php.ini` configuration. `COPY` it into `/usr
```dockerfile ```dockerfile
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/
``` ```