formation il y a 5 ans
Parent
commit
f8cddb89b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.conf
 RUN a2dissite 000-default default-ssl
-#RUN a2ensite foodgame
+RUN a2ensite foodgame
 COPY $PWD /var/www
 WORKDIR /var/www