add dockerfile with multistage
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"build" : {
|
||||
"dockerfile": "Dockerfile",
|
||||
"options": [
|
||||
"-t=godev"
|
||||
"-t=godev:latest"
|
||||
]
|
||||
},
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/app,type=bind,consistency=cached",
|
||||
|
||||
Reference in New Issue
Block a user