Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,12 @@ contact [[email protected]](mailto:[email protected]) with any additio

Copyright © Microsoft Corporation All rights reserved.<br />
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 .