formation 5 years ago
parent
commit
3227566bc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/docker/apache/Dockerfile

+ 1 - 1
build/docker/apache/Dockerfile

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