v.0.11.2 added beautyful soup bs4

This commit is contained in:
tiijay
2025-11-21 15:06:04 +00:00
parent 3a8fb95f4f
commit c27b97fc71
9 changed files with 73 additions and 60 deletions

View File

@@ -43,7 +43,8 @@
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "uv sync",
// "postCreateCommand": "apt-get update && apt-get install -y git && pip3 install -r requirements.txt"
"postStartCommand": "uv run app/main.py" // Add this line
// "postStartCommand": "uv run app/main.py" // Add this line
"postStartCommand": "uv run uvicorn app.main:app --reload --host 0.0.0.0 --port 8000"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}