feat: add Docker image build script and update tasks configuration
This commit is contained in:
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@@ -22,6 +22,15 @@
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "Build Docker Image",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}\\.venv\\Scripts\\python.exe",
|
||||
"args": [
|
||||
"${workspaceFolder}/docker/build_image.py"
|
||||
],
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user