Update README.md

docker documentation added
This commit is contained in:
srinadh777
2025-05-11 10:24:54 +05:30
committed by GitHub
parent 3a01ebf92e
commit 9606bbf909
+14
View File
@@ -137,3 +137,17 @@ The application will crawl the repository, analyze the codebase structure, gener
</a>
</div>
<br>
## 🐳 Running with Docker
To run this project in a Docker container:
### 1. Build the Docker image
```bash
docker build -t pocketflow-app .
```
### 2.Run the conatainer
```bash
docker run -it --rm pocketflow-app
```