Compare commits

...

3 Commits

Author SHA1 Message Date
Jeppe Ernst 4d083fa443 Merge branch 'master' of git.data.coop:ulovliglogning/ulovliglogning.dk
continuous-integration/drone/push Build is passing Details
2020-01-25 13:03:22 +01:00
Jeppe Ernst 8bdfa81203 Merge branch 'master' of git.data.coop:ulovliglogning/ulovliglogning.dk 2020-01-14 23:02:52 +01:00
Jeppe Ernst 235c70be7b out comment rewrite debug 2020-01-14 23:02:43 +01:00
1 changed files with 1 additions and 0 deletions

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