Skip to content

Commit d6d0579

Browse files
committed
Add missing db:setup step to readme
1 parent dd55cb0 commit d6d0579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ This gem is developed using Docker and Docker Compose. In order to get the app r
3636

3737
- Build the application image: `docker-compose build`
3838
- Bundle the gems: `docker-compose run app bundle`
39+
- Bundle the gems: `docker-compose run app db:setup`
3940
- Run the rspec tests `docker-compose run app bundle exec rspec`

0 commit comments

Comments
 (0)