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
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: