Skip to content

Commit edb4f79

Browse files
Update README.md
1 parent 22ca9f2 commit edb4f79

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,24 @@ After starting the application, you can access the API at `http://localhost:8000
5353

5454
### Docker
5555

56+
building the images
57+
```bash
58+
docker compose build
59+
```
60+
5661
To run the code within Docker, use the following command in the root directory of the project:
5762

5863
```bash
5964
docker compose up
6065
```
6166

67+
68+
6269
Add the `-d` flag to run the containers in the background: `docker compose up -d`.
6370

71+
72+
73+
6474
### Available Routes
6575

6676
Currently, these routes are generated by fastapi.

0 commit comments

Comments
 (0)