Skip to content

Commit f42ca98

Browse files
2 parents cf79ac2 + 9606bbf commit f42ca98

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
@@ -150,3 +150,17 @@ docker run -it --rm pocketflow-app
150150
</a>
151151
</div>
152152
<br>
153+
154+
## 🐳 Running with Docker
155+
156+
To run this project in a Docker container:
157+
158+
### 1. Build the Docker image
159+
```bash
160+
docker build -t pocketflow-app .
161+
```
162+
163+
### 2.Run the conatainer
164+
```bash
165+
docker run -it --rm pocketflow-app
166+
```

0 commit comments

Comments
 (0)