@@ -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