prod #123
|
|
@ -53,7 +53,5 @@ RUN chmod -R 777 /var/www/cmc-sales/app/tmp
|
||||||
# Disable proxy_fcgi and remove any PHP-FPM conf files to force classic mod_php
|
# Disable proxy_fcgi and remove any PHP-FPM conf files to force classic mod_php
|
||||||
RUN a2dismod proxy_fcgi
|
RUN a2dismod proxy_fcgi
|
||||||
RUN rm -f /etc/apache2/conf-enabled/php*-fpm.conf || true
|
RUN rm -f /etc/apache2/conf-enabled/php*-fpm.conf || true
|
||||||
# Ensure mod_php is enabled
|
|
||||||
RUN a2enmod php5
|
|
||||||
# By default, simply start apache.
|
# By default, simply start apache.
|
||||||
CMD /usr/sbin/apache2ctl -D FOREGROUND
|
CMD /usr/sbin/apache2ctl -D FOREGROUND
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue