We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8959d18 commit ddc3316Copy full SHA for ddc3316
CONTRIBUTING.md
@@ -48,18 +48,18 @@ Thanks for your interest in contributing to Gitingest! 🚀 Gitingest aims to be
48
pytest
49
```
50
51
-8. Run the app locally using Docker to test your changes (optional):
+8. Run the app locally to test your changes:
52
53
1. Build the Docker image
54
55
``` bash
56
- docker build -t gitingest .
+ cd src
57
58
59
2. Run the Docker container:
60
61
62
- docker run -d --name gitingest -p 8000:8000 gitingest
+ uvicorn server.main:app
63
64
65
3. Open your browser and navigate to `http://localhost:8000` to see the app running.
0 commit comments