-
Notifications
You must be signed in to change notification settings - Fork 14
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
Could not locate Gemfile #26
Comments
I'm using the docker on WSL so the path of docker executable was different from the path were I issue the command. This was the issue. |
Thanks for updating! I'll close the issue. Out of curiosity, may I ask why you're trying to bring up the local copy of the website and what you'd like to do with it? |
Hi @aysylu , |
@devilmind81: yes, there's a Docker file in github.com/grafeas/grafeas. Perhaps you meant to leave feedback/comments in that project? This one is for the grafeas.io website specifically. |
Hi All,
I'm in that foder:
home/user/github/grafeas.github.io
in that folder there are all git files downloaded, gemfile included but when I triggering the command:
docker run --name grafeas-jekyll --volume=$(pwd):/srv/jekyll -it -p 127.0.0.1:4000:4000 jekyll/jekyll:3.5.2 sh -c "bundle install && rake test && jekyll serve"
I'm obtaining:
Could not locate Gemfile
and the container exiting continously....
can you help me pls?
Thank you
The text was updated successfully, but these errors were encountered: