docker run -p 4000:4000 --rm -it $(docker build -q .)- Install a full Ruby development environment
- Install Jekyll and bundler gems
gem install jekyll bundler- Build the site and make it available on a local server
bundle exec jekyll serve
- Now browse to http://localhost:4000