We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d56023f + 6cdd8c9 commit db40674Copy full SHA for db40674
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