Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Could not locate Gemfile #126

Open
kazhian opened this issue Jul 5, 2018 · 1 comment
Open

Could not locate Gemfile #126

kazhian opened this issue Jul 5, 2018 · 1 comment

Comments

@kazhian
Copy link

kazhian commented Jul 5, 2018

When I execured this command: docker run -p 3000:3000 -v pwd:/projectmonitor pivotaliad/project-monitor \bash -c "cd projectmonitor && bundle install && RAILS_ENV=development rake local:start"

I got below error

  • Starting MySQL database server mysqld
    ...done.
    Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
    installing your bundle as root will break this application for all non-root
    users on this machine.
    Could not locate Gemfile
@DALDEI
Copy link

DALDEI commented Sep 7, 2018

I had the same problem -- turns out "one liner" is misleading.
You first have to clone the github repo, cd into it then run the docker command.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants