Srinadh kesineni
2025-05-12 07:31:58 +05:30
+14
View File
@@ -150,3 +150,17 @@ docker run -it --rm pocketflow-app
</a> </a>
</div> </div>
<br> <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
```