Skip to content

Commit 9606bbf

Browse files
Update README.md
docker documentation added
1 parent 3a01ebf commit 9606bbf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,17 @@ The application will crawl the repository, analyze the codebase structure, gener
137137
</a>
138138
</div>
139139
<br>
140+
141+
## 🐳 Running with Docker
142+
143+
To run this project in a Docker container:
144+
145+
### 1. Build the Docker image
146+
```bash
147+
docker build -t pocketflow-app .
148+
```
149+
150+
### 2.Run the conatainer
151+
```bash
152+
docker run -it --rm pocketflow-app
153+
```

0 commit comments

Comments
 (0)