FROM starefossen/github-pages:137

VOLUME /usr/src/app

EXPOSE 4000

CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000
