mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
5 lines
121 B
Docker
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 |