All checks were successful
/ build-docker-image (push) Successful in 24s
19 lines
589 B
JSON
19 lines
589 B
JSON
{
|
|
"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"
|
|
// } |