From 4078b0214bd92c0643344ccc2d5613052956b30f Mon Sep 17 00:00:00 2001 From: Simon Neutert Date: Fri, 6 Sep 2024 18:31:43 +0200 Subject: [PATCH] comment for local dev chapter in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b310620..af96db6 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ For features the API backend and client bring, but aren't showcased in this demo docker compose pull docker compose build docker compose up -d db && sleep 10 # wait for the db to be ready -docker compose run -i --rm backend bin/setup +docker compose run -i --rm backend bin/setup # prepare the database docker compose up ```