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

Could not locate Gemfile #26

Closed
devilmind opened this issue Jun 14, 2019 · 4 comments
Closed

Could not locate Gemfile #26

devilmind opened this issue Jun 14, 2019 · 4 comments

Comments

@devilmind
Copy link

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

@devilmind81
Copy link

devilmind81 commented Jun 17, 2019

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.
This issue can be closed, sorry.

@aysylu
Copy link
Contributor

aysylu commented Jun 17, 2019

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?

@aysylu aysylu closed this as completed Jun 17, 2019
@devilmind81
Copy link

Hi @aysylu ,
my target is to create a local Grafeas website "dockerized" in order to test the API and all functionalities to understand if I can use it in my devops pipelines. but till now I cannot able to do it. I'm obtaining an issues during the build described here( #27 ).
Do you know if already exists a docker image for that scope? Otherwise....ho can test the api in other way?
Thanks a lot for the infos

@aysylu
Copy link
Contributor

aysylu commented Jun 21, 2019

@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.

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

No branches or pull requests

3 participants