move dockerfile to root

This commit is contained in:
gidsi
2018-06-03 22:30:24 +02:00
parent 3b33427776
commit 8e58287c69

8
Dockerfile Normal file
View File

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