|
|
@@ -10,9 +10,9 @@ RUN docker-php-ext-install opcache \
|
|
|
&& docker-php-ext-install pdo_mysql
|
|
|
|
|
|
COPY $PWD/build/docker/apache/app_php.ini /usr/local/etc/php/conf.d/app_php.ini
|
|
|
-COPY $PWD/build/docker/apache/apache.conf /etc/apache2/sites-available/default.conf
|
|
|
+COPY $PWD/build/docker/apache/apache.conf /etc/apache2/sites-available/000-default.conf
|
|
|
|
|
|
-RUN a2dissite 000-default default-ssl
|
|
|
+RUN a2dissite 000-default 000-default-ssl
|
|
|
RUN a2ensite 000-default
|
|
|
RUN a2enmod ssl
|
|
|
|