From 95bd52f963908eaa1da9fef28a2d28e2a432e012 Mon Sep 17 00:00:00 2001 From: vikram-dagger <112123850+vikram-dagger@users.noreply.github.com> Date: Fri, 17 Oct 2025 09:27:44 +0530 Subject: [PATCH] Update test command in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 38ba293..a560322 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,5 @@ curl http://localhost:8000/api/books/ ## Run tests ``` -docker exec -it fastapi_app bash -pytest # in the container shell +docker exec -it fastapi_app pytest ```