This commit is contained in:
gidsi
2018-11-11 16:04:37 +01:00
parent 45142d0819
commit 7becd0ee0d
2 changed files with 29 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
from jekyll/jekyll as builder
add . /srv/jekyll
run jekyll build --source /srv/jekyll --destination /tmp
from nginx:alpine
copy --from=builder /tmp /usr/share/nginx/html