浏览代码

Update content.md

Pierre Galvez 11 年之前
父节点
当前提交
3482c911ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      php/content.md

+ 1 - 1
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