mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-30 00:50:32 +08:00
Merge branch 'main' of https://github.com/srinadhkesineni/PocketFlow-Tutorial-Codebase-Knowledge
This commit is contained in:
@@ -150,3 +150,17 @@ docker run -it --rm pocketflow-app
|
||||
</a>
|
||||
</div>
|
||||
<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