debug
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeppe Ernst 2020-01-02 22:24:00 +01:00
parent d729e3cf08
commit 6307cf3105
1 changed files with 1 additions and 0 deletions

View File

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