Skip to content

Commit

Permalink
Prefer bash over sh, since bash is more user friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Oct 10, 2024
1 parent 27d59fc commit f855752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ open http://localhost:3000/graphql/playground
To seed the database:

```sh
docker exec -it kudo-o-matic_web sh
docker exec -it kudo-o-matic_web bash
# in the shell of the docker container:
bundle exec rake db:seed
```
Expand Down

0 comments on commit f855752

Please sign in to comment.