site-deploy/Dockerfile
CryptKiddie 761a8415e3 Moved into folder
Reason: Dockerfile, README, circleci stuff aren't delivered publicly
2019-06-13 21:43:33 +02:00

7 lines
173 B
Docker

from jekyll/jekyll as builder
add web /srv/jekyll
run jekyll build --source /srv/jekyll --destination /tmp
from nginx:alpine
copy --from=builder /tmp /usr/share/nginx/html