update dev container config, add port forwarding

pull/24/head
春河晴 2025-05-09 03:31:45 +09:00
parent 9affc08517
commit 0b4471f6e9
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
"forwardPorts": [
"8095:8095"
],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",