Compare commits

..

No commits in common. "6307cf310577b5cec228bb2bd80b08ed77dcda20" and "c827c946b4db015d52c671687a9c8c7a25788eb8" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ FROM jekyll/jekyll:3.7 AS jekyll
#ADD ./.gem-cache/bundle /usr/local/bundle #ADD ./.gem-cache/bundle /usr/local/bundle
ADD . /srv/jekyll ADD . /srv/jekyll
RUN jekyll build --strict_front_matter RUN jekyll build --strict_front_matter
RUN ls /srv/jekyll
FROM php:7.4.1-apache FROM php:7.4.1-apache
RUN a2enmod rewrite RUN a2enmod rewrite

View file

@ -1,4 +1,3 @@
[![Build Status](https://drone.data.coop/api/badges/ulovliglogning/ulovliglogning.dk/status.svg)](https://drone.data.coop/ulovliglogning/ulovliglogning.dk)
# Jekyll site for ulovliglogning.dk # Jekyll site for ulovliglogning.dk
## To work on the code, either ## To work on the code, either