hip-site/Dockerfile
2018-11-11 16:04:37 +01:00

7 lines
171 B
Docker

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