|
|
@@ -10,10 +10,10 @@ 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/fatboar.foodgame.fr.conf
|
|
|
+COPY $PWD/build/docker/apache/apache.conf /etc/apache2/sites-available/angular-preprod.foodgame.fr.conf
|
|
|
|
|
|
RUN a2dissite 000-default default-ssl
|
|
|
-RUN a2ensite fatboar.foodgame.fr
|
|
|
+RUN a2ensite angular-preprod.foodgame.fr
|
|
|
RUN a2enmod ssl
|
|
|
RUN a2enmod proxy proxy_http
|
|
|
|