Compare commits

..

No commits in common. "4d083fa4435511c255f5e70791a3984b909066b3" and "95a88873f5242bc0ac640e3e0fad23d0a9602419" have entirely different histories.

View file

@ -3,6 +3,5 @@ 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