|
|
@@ -12,12 +12,12 @@ RUN docker-php-ext-install opcache \
|
|
|
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/foodgame.fr.conf
|
|
|
|
|
|
-#RUN a2dissite foodgame.fr foodgame.fr-ssl
|
|
|
-#RUN a2ensite foodgame.fr
|
|
|
-#RUN a2enmod ssl
|
|
|
+RUN a2dissite foodgame.fr foodgame.fr-ssl
|
|
|
+RUN a2ensite foodgame.fr
|
|
|
+RUN a2enmod ssl
|
|
|
|
|
|
-#COPY $PWD /var/www/index.html
|
|
|
-WORKDIR /src/index.php
|
|
|
+COPY $PWD /var/www/html
|
|
|
+WORKDIR /var/www/html
|
|
|
|
|
|
|
|
|
EXPOSE 80
|