v.0.11.2 added beautyful soup bs4
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user