Skip to content

Commit

Permalink
comment for local dev chapter in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simonneutert committed Sep 6, 2024
1 parent 7f0e32a commit 4078b02
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 @@ -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
```

Expand Down

0 comments on commit 4078b02

Please sign in to comment.