We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb51db commit c2205eaCopy full SHA for c2205ea
README.md
@@ -36,5 +36,5 @@ This gem is developed using Docker and Docker Compose. In order to get the app r
36
37
- Build the application image: `docker-compose build`
38
- Bundle the gems: `docker-compose run app bundle`
39
-- Bundle the gems: `docker-compose run app db:setup`
+- Bundle the gems: `docker-compose run app rails db:setup`
40
- Run the rspec tests `docker-compose run app bundle exec rspec`
0 commit comments