Skip to content

Commit

Permalink
updated readme file for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
saltykheera committed Dec 17, 2024
1 parent c1cc9d0 commit ea14899
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ to load dummy data for testing run:
```bash
make load-dummy-data
```
Stops and removes the containers without affecting the volumes:

```bash
make down
```
Stops and removes the containers and their volumes:

```bash
make teardown
```

#### Docker

Expand Down

0 comments on commit ea14899

Please sign in to comment.