Skip to content

Commit f350f11

Browse files
Update README.md
1 parent fa769db commit f350f11

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,19 @@ The application will crawl the repository, analyze the codebase structure, gener
143143

144144
To run this project in a Docker container:
145145

146+
Make sure before building the docker image you need to setup the google api key in utils/call_llm.py.
147+
146148
### 1. Build the Docker image
147149
```bash
148150
docker build -t pocketflow-app .
149151
```
150152

151153
### 2.Run the conatainer
152154
```bash
153-
docker run -it --rm pocketflow-app
155+
docker run -it --rm -v <path_to_output_directory>:/app/output pocketflow-app --repo <repository_link>
156+
157+
example:
158+
159+
docker run -it --rm -v C:\Users\srinadh\PocketFlow-Tutorial-Codebase-Knowledge\output:/app/output pocketflow-app --repo https://github.com/srinadhkesineni/CI-CD.git
160+
154161
```

0 commit comments

Comments
 (0)