2017-12-14 22:20:41 +01:00
|
|
|
from jekyll/jekyll as builder
|
2019-06-13 21:43:33 +02:00
|
|
|
add web /srv/jekyll
|
2020-04-22 22:41:57 +02:00
|
|
|
run bundle exec jekyll build --source /srv/jekyll --destination /tmp
|
2017-11-17 16:19:44 +01:00
|
|
|
|
2017-12-14 22:20:41 +01:00
|
|
|
from nginx:alpine
|
|
|
|
copy --from=builder /tmp /usr/share/nginx/html
|
2019-07-08 23:08:03 +02:00
|
|
|
copy nginx /etc/nginx
|