File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ RUN set -eux; \
152152 rm -rf /tmp/php*
153153
154154COPY ./src /
155- COPY ./custom_params.ini /opt/php/etc/conf.d/php-03-custom-params.ini
155+ COPY ./custom_params.ini /opt/php/etc/php/ conf.d/php-03-custom-params.ini
156156
157157RUN set -eux; \
158158 apk add --no-cache \
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ This will expose Nginx on port 8080 of your local machine.
7474You can customize the PHP configuration by editing the custom_params.ini file and copying it to the appropriate directory:
7575
7676``` dockerfile
77- COPY ./custom_params.ini /opt/php/etc/conf.d/php-04-custom-params.ini
77+ COPY ./custom_params.ini /opt/php/etc/php/ conf.d/php-04-custom-params.ini
7878```
7979
8080### Directory Structure
You can’t perform that action at this time.
0 commit comments