Files
docker-docs/Dockerfile
Misty Stanley-Jones 684d81397b Don't run bundle update in the Dockerfile (#3770)
This avoids the US-ASCII bug in jekyll-redirect plugin
2017-07-03 15:17:07 -07:00

5 lines
121 B
Docker

FROM starefossen/github-pages:137
COPY . /usr/src/app
CMD bundle exec jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000