Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM starefossen/github-pages:137

COPY . /usr/src/app/
COPY . /usr/src/app

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this back, as it doesn't seem related to this change

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is related. One is what @johndmulhausen told me to use and the other one (without the /) is what is in the onbuild version of the github-pages plugin. Probably it doesn't matter but I thought maybe it was best to stick to how they had it.


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