|
|
@@ -10,14 +10,14 @@ 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/foodgame.fr.conf
|
|
|
|
|
|
-#RUN a2dissite 000-default default-ssl
|
|
|
-#RUN a2ensite 000-default
|
|
|
-#RUN a2enmod ssl
|
|
|
+RUN a2dissite foodgame.fr foodgame.fr-ssl
|
|
|
+RUN a2ensite foodgame.fr
|
|
|
+RUN a2enmod ssl
|
|
|
|
|
|
COPY $PWD /var/www/html
|
|
|
WORKDIR /var/www/html
|
|
|
|
|
|
|
|
|
-EXPOSE 8443
|
|
|
+EXPOSE 80
|