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

Docker + Postgresql + Ruby on Rails #135

Open
LondonComputadores opened this issue Jun 27, 2019 · 0 comments
Open

Docker + Postgresql + Ruby on Rails #135

LondonComputadores opened this issue Jun 27, 2019 · 0 comments

Comments

@LondonComputadores
Copy link

I'm trying to run the following code for a Ruby On Rails Bootcamp Course but when running the 3rd step to create the rails new app it returns the errors shown below:

1st step - docker run --rm --user "$(id -u):$(id -g)" -v $(pwd):/usr/src -w /usr/src -ti ruby:2.5.1 bash
2nd step - gem install rails 5.2
3rd step - rails new OneBitExchange --database=postgresql --skip-bundle
exit
cd OneBitExchange

and then returns the following errors as shown on the prints below:
bcwdcFfGq9
OYQ99jrfsT
uoKBgJXCve
mNoqDjXJxR

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

1 participant