mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Don't run bundle update in the Dockerfile (#3770)
This avoids the US-ASCII bug in jekyll-redirect plugin
This commit is contained in:
committed by
GitHub
parent
404a7ba8c4
commit
684d81397b
@@ -1,5 +1,5 @@
|
||||
FROM starefossen/github-pages:137
|
||||
|
||||
COPY . /usr/src/app/
|
||||
COPY . /usr/src/app
|
||||
|
||||
CMD jekyll serve -H 0.0.0.0
|
||||
CMD bundle exec jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000
|
||||
Reference in New Issue
Block a user