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 +```