Add devcontainer with Python 3.13 and uv support

Adds a Dockerfile-based development container using Microsoft's Python 3.13 image, with uv installed for dependency management.

Updates:
- Adds .devcontainer/Dockerfile based on Python 3.13
- Modifies devcontainer.json to use a local build
- Updates on-create-command.sh to install dependencies using uv
This commit is contained in:
Kundan Kumar 2025-07-23 02:08:25 +05:30
parent 284273e3c5
commit 9392f5b3e9
3 changed files with 23 additions and 4 deletions

View file

@ -1,6 +1,8 @@
{
"name": "pallets/flask",
"image": "mcr.microsoft.com/devcontainers/python:3",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"settings": {