Skip to content

Commit db40674

Browse files
authored
Merge pull request #86 from fhict-skilltree/feature/59
feat: build php with development ini
2 parents d56023f + 6cdd8c9 commit db40674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php/build.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5.49,source=/usr/b
2525
gd \
2626
exif
2727

28-
COPY ./docker/php/conf.d/php.ini ${PHP_INI_DIR}/conf.d/php.ini
28+
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
2929

3030
WORKDIR /var/www/html
3131

0 commit comments

Comments
 (0)