diff --git a/README.md b/README.md index a31d5bc..2d1456c 100644 --- a/README.md +++ b/README.md @@ -150,3 +150,17 @@ docker run -it --rm pocketflow-app
+ +## 🐳 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 +```