Skip to content

Commit f285143

Browse files
committed
chore: update README.md
1 parent 6dd2e2a commit f285143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • fastapi_template/template/{{cookiecutter.project_name}}

fastapi_template/template/{{cookiecutter.project_name}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ aerich migrate
183183
If you want to run it in docker, simply run:
184184
185185
```bash
186-
docker compose run -f docker-compose.yml -f deploy/docker-compose.dev.yml --build --rm api pytest -vv .
186+
docker compose -f docker-compose.yml -f deploy/docker-compose.dev.yml run --build --rm api pytest -vv .
187187
docker compose down
188188
```
189189

0 commit comments

Comments
 (0)