formation hace 5 años
padre
commit
aaa5d0ea71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build/docker/apache/Dockerfile

+ 1 - 1
build/docker/apache/Dockerfile

@@ -12,7 +12,7 @@ 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 a2dissite 000-default default-ssl
 RUN a2ensite foodgame.fr
 
 COPY $PWD /var/www/