Skip to content

Don't run bundle update in the Dockerfile#3770

Merged
mdlinville merged 1 commit intodocker:v17.03from
mdlinville:v17.03
Jul 3, 2017
Merged

Don't run bundle update in the Dockerfile#3770
mdlinville merged 1 commit intodocker:v17.03from
mdlinville:v17.03

Conversation

@mdlinville
Copy link
Copy Markdown

This avoids the US-ASCII bug in jekyll-redirect plugin

This avoids the US-ASCII bug in jekyll-redirect plugin
Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

one nit, but LGTM otherwise

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.

@mdlinville mdlinville merged commit 684d813 into docker:v17.03 Jul 3, 2017
@mdlinville mdlinville deleted the v17.03 branch July 3, 2017 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants