Merge branch 'master' of https://git.data.coop/ulovliglogning/ulovliglogning.dk
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
c57e78943d
|
@ -3,5 +3,6 @@ ADD . /srv/jekyll
|
||||||
RUN jekyll build --destination /tmp/_site --strict_front_matter
|
RUN jekyll build --destination /tmp/_site --strict_front_matter
|
||||||
|
|
||||||
FROM php:7.4.1-apache
|
FROM php:7.4.1-apache
|
||||||
|
#RUN echo "LogLevel alert rewrite:trace6" > /etc/apache2/conf-enabled/rewritelog.conf
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
COPY --from=jekyll /tmp/_site /var/www/html
|
COPY --from=jekyll /tmp/_site /var/www/html
|
Loading…
Reference in a new issue