Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't run bundle update in the Dockerfile #3770

Merged
merged 1 commit into from
Jul 3, 2017
Merged

Don't run bundle update in the Dockerfile #3770

merged 1 commit into from
Jul 3, 2017

Conversation

mdlinville
Copy link

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

This avoids the US-ASCII bug in jekyll-redirect plugin
Copy link
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

@@ -1,5 +1,5 @@
FROM starefossen/github-pages:137

COPY . /usr/src/app/
COPY . /usr/src/app
Copy link
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
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.

None yet

2 participants