Compare commits
2 commits
c827c946b4
...
6307cf3105
Author | SHA1 | Date | |
---|---|---|---|
6307cf3105 | |||
d729e3cf08 |
|
@ -2,6 +2,7 @@ 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
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![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
|
||||||
|
|
Loading…
Reference in a new issue