Skip to content

Commit ddc3316

Browse files
committed
update docs
1 parent 8959d18 commit ddc3316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ Thanks for your interest in contributing to Gitingest! 🚀 Gitingest aims to be
4848
pytest
4949
```
5050

51-
8. Run the app locally using Docker to test your changes (optional):
51+
8. Run the app locally to test your changes:
5252

5353
1. Build the Docker image
5454

5555
``` bash
56-
docker build -t gitingest .
56+
cd src
5757
```
5858

5959
2. Run the Docker container:
6060

6161
``` bash
62-
docker run -d --name gitingest -p 8000:8000 gitingest
62+
uvicorn server.main:app
6363
```
6464

6565
3. Open your browser and navigate to `http://localhost:8000` to see the app running.

0 commit comments

Comments
 (0)