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 dd55cb0 commit d6d0579Copy full SHA for d6d0579
README.md
@@ -36,4 +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`
40
- Run the rspec tests `docker-compose run app bundle exec rspec`
0 commit comments