This commit is contained in:
20
.vscode/settings.json
vendored
20
.vscode/settings.json
vendored
@@ -1,3 +1,19 @@
|
||||
{
|
||||
"docker.commands.build": "${containerCommand} build --pull --rm -f \"${dockerfile}\" -t ${tag} . --progress=plain"
|
||||
}
|
||||
"docker.commands.composeUpSubset": [
|
||||
|
||||
{
|
||||
"label": "Compose Up",
|
||||
"template": "${composeCommand} ${profileList} ${configurationFile} up ${detached} ${build} ${serviceList}"
|
||||
}
|
||||
],
|
||||
"docker.commands.composeUp": [
|
||||
|
||||
{
|
||||
"label": "Compose Up",
|
||||
"template": "${composeCommand} ${configurationFile} up ${detached} ${build}"
|
||||
}
|
||||
],
|
||||
"docker.contexts.showInStatusBar": true
|
||||
} // {
|
||||
// "docker.commands.build": "${containerCommand} build --pull --rm -f \"${dockerfile}\" -t ${tag} . --progress=plain"
|
||||
// }
|
||||
Reference in New Issue
Block a user