-
Notifications
You must be signed in to change notification settings - Fork 55
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
(Bundler::LockfileError) #68
Comments
I have just tried out this image and faced the same issue. |
This seems to be a duplicate of #61 |
Just remove gem lock file |
thanks, I'll try that, seems to make sense, based on https://stackoverflow.com/questions/56261127/is-the-gemfile-lock-file-needed-in-a-jekyll-site-hosted-with-github-pages |
It moved forward, but immemorially stumbled on the next error: Could not find gem 'jekyll-feed (~> 0.12)' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound) This is a freshly generated site with jekyll new |
Ok, nevermind, I commented every other gem installation from the Gemfile that was not the github-pages. I understand that actually the Gemfile is not even necessary (if I got it correctly) when running with this docker image or pushing it to github, but I wanted to have it for contributors that want to set the development environment locally without docker. Removing the jekyll-feed gem makes sense since it is already included in the github-pages gem, but the following lines look like they may make sense for the people running it native in some platforms, and they cause conflict with this docker image:
|
running
docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
results inThe text was updated successfully, but these errors were encountered: