From 9606bbf909428bca7980452039526aa46a1dbedd Mon Sep 17 00:00:00 2001 From: srinadh777 <121044889+srinadhkesineni@users.noreply.github.com> Date: Sun, 11 May 2025 10:24:54 +0530 Subject: [PATCH] Update README.md docker documentation added --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 00fbb45..23a374b 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,17 @@ The application will crawl the repository, analyze the codebase structure, gener
+ +## 🐳 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 +```