Skip to content

Commit 58b930d

Browse files
authored
Merge pull request #44 from drupal-docker/issue/43
Issue #43: Common prefix for .ini files
2 parents efc56cb + 3ef80aa commit 58b930d

33 files changed

Lines changed: 12 additions & 12 deletions

5.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev sudo
1414
&& echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1515
&& rm -rf /var/lib/apt/lists/*
1616

17-
COPY drupal.ini /usr/local/etc/php/conf.d/
17+
COPY drupal-*.ini /usr/local/etc/php/conf.d/

5.4/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
1111
&& a2enmod rewrite \
1212
&& rm -rf /var/lib/apt/lists/*
1313

14-
COPY drupal.ini /usr/local/etc/php/conf.d/
14+
COPY drupal-*.ini /usr/local/etc/php/conf.d/
File renamed without changes.

5.4/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
1010
&& docker-php-ext-enable redis \
1111
&& rm -rf /var/lib/apt/lists/*
1212

13-
COPY drupal.ini /usr/local/etc/php/conf.d/
13+
COPY drupal-*.ini /usr/local/etc/php/conf.d/

5.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev sudo
1515
&& echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
1616
&& rm -rf /var/lib/apt/lists/*
1717

18-
COPY opcache-recommended.ini drupal.ini /usr/local/etc/php/conf.d/
18+
COPY drupal-*.ini /usr/local/etc/php/conf.d/

5.5/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
1212
&& a2enmod rewrite \
1313
&& rm -rf /var/lib/apt/lists/*
1414

15-
COPY opcache-recommended.ini drupal.ini /usr/local/etc/php/conf.d/
15+
COPY drupal-*.ini /usr/local/etc/php/conf.d/

0 commit comments

Comments
 (0)