We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9d95f commit 6cdd8c9Copy full SHA for 6cdd8c9
docker/php/build.Dockerfile
@@ -25,7 +25,7 @@ RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5.49,source=/usr/b
25
gd \
26
exif
27
28
-COPY ./docker/php/conf.d/php.ini ${PHP_INI_DIR}/conf.d/php.ini
+RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
29
30
WORKDIR /var/www/html
31
0 commit comments