mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 08:34:31 +08:00
Update README.md
docker documentation added
This commit is contained in:
@@ -137,3 +137,17 @@ The application will crawl the repository, analyze the codebase structure, gener
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
## 🐳 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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user