Compare commits
No commits in common. "6307cf310577b5cec228bb2bd80b08ed77dcda20" and "c827c946b4db015d52c671687a9c8c7a25788eb8" have entirely different histories.
6307cf3105
...
c827c946b4
|
@ -2,7 +2,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue