Skip to content

Commit b2d0cd8

Browse files
committed
[DockerImages] Remove default php.ini
1 parent 6a42f63 commit b2d0cd8

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

php/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN docker-php-ext-install exif
1111
RUN docker-php-ext-install fileinfo
1212
RUN docker-php-ext-install intl
1313
RUN docker-php-ext-install pdo_mysql
14-
COPY php.ini $PHP_INI_DIR/php.ini
1514
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
1615
COPY --from=composer /usr/bin/composer /usr/bin/composer
1716
WORKDIR /symfony
@@ -20,4 +19,4 @@ RUN wget https://get.symfony.com/cli/installer
2019
RUN chmod +x installer
2120
RUN bash installer
2221
RUN mv /root/.symfony/bin/symfony /usr/local/bin/symfony
23-
WORKDIR /
22+
WORKDIR /

php/php.ini

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)