You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
...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