Public Access
1
0

clean up docker config

This commit is contained in:
2025-08-09 19:35:58 -04:00
parent 092a397a32
commit 91443479ff
7 changed files with 24 additions and 84 deletions

13
.vscode/launch.json vendored
View File

@@ -1,11 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Containers: Node.js Launch",
"type": "docker",
"type": "dockerfile",
"request": "launch",
"preLaunchTask": "docker-run: debug",
"platform": "node"
"name": "Docker: Build",
"dockerfile": "Dockerfile",
"contextPath": "${workspaceFolder}"
}
]
}