Skip to content

Commit

Permalink
[DockerImages] Remove default php.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 12, 2021
1 parent 6a42f63 commit 39db3ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN docker-php-ext-install exif
RUN docker-php-ext-install fileinfo
RUN docker-php-ext-install intl
RUN docker-php-ext-install pdo_mysql
COPY php.ini $PHP_INI_DIR/php.ini
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
COPY --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /symfony
Expand All @@ -20,4 +19,4 @@ RUN wget https://get.symfony.com/cli/installer
RUN chmod +x installer
RUN bash installer
RUN mv /root/.symfony/bin/symfony /usr/local/bin/symfony
WORKDIR /
WORKDIR /
15 changes: 0 additions & 15 deletions php/php.ini

This file was deleted.

0 comments on commit 39db3ba

Please sign in to comment.