formation %!s(int64=5) %!d(string=hai) anos
pai
achega
2022427e09
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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