|
|
@@ -12,8 +12,8 @@ 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 000-default default-ssl
|
|
|
-RUN a2ensite foodgame.fr
|
|
|
+RUN a2dissite 000-default
|
|
|
+RUN a2ensite foodgame.fr default-ssl
|
|
|
|
|
|
WORKDIR /var/www/index.html
|
|
|
|