From c8055a28a28d511dd7b2704cdf03c15c36b84f32 Mon Sep 17 00:00:00 2001 From: Srinadh kesineni Date: Mon, 12 May 2025 07:46:25 +0530 Subject: [PATCH] added docker documentation --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 2d1456c..b08fb0d 100644 --- a/README.md +++ b/README.md @@ -122,18 +122,6 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket The application will crawl the repository, analyze the codebase structure, generate tutorial content in the specified language, and save the output in the specified directory (default: ./output). -## 🐳 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 -docker run -it --rm pocketflow-app - - ## 💡 Development Tutorial