Skip to content

Commit

Permalink
[BUGFIX] put php ini file in correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmatseriks committed May 24, 2017
1 parent dfd1f38 commit 99e3906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN locale-gen en_US.UTF-8 en_GB.UTF-8 de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT
RUN a2enmod rewrite expires

# Configure PHP
ADD typo3.php.ini /etc/php/apache2/conf.d/
ADD typo3.php.ini /etc/php5/apache2/conf.d/

# Configure vhost
ADD typo3.default.conf /etc/apache2/sites-enabled/000-default.conf
Expand Down

0 comments on commit 99e3906

Please sign in to comment.