Skip to content

Commit

Permalink
Corrected out of order docker compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAV committed Feb 12, 2025
1 parent 2ccc14f commit 0705e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ pre-commit install
Kill all containers with ctrl + C or cmd + C and relaunch docker compose

```bash
docker compose up
docker compose build

docker compose build api
docker compose up
```

### Sign Into Frontend and Django Backend
Expand Down

0 comments on commit 0705e26

Please sign in to comment.