From e6c88a6fe936e1a4b2f7cde2e69f28eb06477eac Mon Sep 17 00:00:00 2001 From: Sanjyot47 Date: Thu, 13 Nov 2025 13:18:00 +0530 Subject: [PATCH] Add: Docker setup instructions to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0349143d..6a8dfda0 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,12 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio Copyright © Microsoft Corporation All rights reserved.
Licensed under the MIT License. See LICENSE in the project root for license information. +## Running the Project with Docker + +If you prefer to run this sample locally using Docker (instead of VS Code Dev Containers or Codespaces), you can do so easily. + +### 🐳 Steps to Run + +1. **Build the Docker image:** + ```bash + docker build -t vscode-python-app .