formation пре 5 година
родитељ
комит
2022427e09
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      build/docker/apache/Dockerfile

+ 2 - 1
build/docker/apache/Dockerfile

@@ -12,9 +12,10 @@ 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 
 
+
 WORKDIR /var/www/index.html