Skip to content

Commit

Permalink
fix: correct docker-compose command (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
szto committed Feb 29, 2024
1 parent 79f9558 commit 53b7041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is a sample command line script to print all listings
1. Start the database

```
docker-compose -f docker-compose.dev.yml
docker-compose -f docker-compose.dev.yml up
```

2. Apply all migrations
Expand Down

0 comments on commit 53b7041

Please sign in to comment.