vmware-archive / projectmonitor

Big Visible Chart CI aggregator
http://ci.pivotallabs.com
BSD 2-Clause "Simplified" License
427 stars 120 forks source link

Could not locate Gemfile #126

Open kazhian opened 6 years ago

kazhian commented 6 years ago

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

I got below error

DALDEI commented 6 years ago

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.