Run update.sh
This commit is contained in:
parent
6ed6ebe8f4
commit
19b6138376
|
|
@ -75,7 +75,7 @@ We recommend that you add a custom `php.ini` configuration. `COPY` it into `/usr
|
|||
|
||||
```dockerfile
|
||||
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/
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue