out comment rewrite debug

This commit is contained in:
Jeppe Ernst 2020-01-14 23:02:43 +01:00
parent a7c724d786
commit 235c70be7b

View file

@ -3,5 +3,6 @@ ADD . /srv/jekyll
RUN jekyll build --destination /tmp/_site --strict_front_matter
FROM php:7.4.1-apache
#RUN echo "LogLevel alert rewrite:trace6" > /etc/apache2/conf-enabled/rewritelog.conf
RUN a2enmod rewrite
COPY --from=jekyll /tmp/_site /var/www/html