|
@@ -12,9 +12,9 @@ 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/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
|
|
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
|
|
#COPY $PWD /var/www/index.html
|
|
|
WORKDIR /src/index.php
|
|
WORKDIR /src/index.php
|