add dockerfile with multistage

This commit is contained in:
2026-02-03 04:00:38 +03:00
parent 25fc35eb3a
commit 5e183f950f
9 changed files with 129 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"build" : {
"dockerfile": "Dockerfile",
"options": [
"-t=godev"
"-t=godev:latest"
]
},
"workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/app,type=bind,consistency=cached",