Skip to content

Commit 684d813

Browse files
author
Misty Stanley-Jones
authored
Don't run bundle update in the Dockerfile (docker#3770)
This avoids the US-ASCII bug in jekyll-redirect plugin
1 parent 404a7ba commit 684d813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM starefossen/github-pages:137
22

3-
COPY . /usr/src/app/
3+
COPY . /usr/src/app
44

5-
CMD jekyll serve -H 0.0.0.0
5+
CMD bundle exec jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000

0 commit comments

Comments
 (0)