revision
All checks were successful
/ build-docker-image (push) Successful in 24s

This commit is contained in:
2025-01-20 20:16:51 +00:00
parent 11af5b8729
commit e79bfbf384
9 changed files with 101 additions and 42 deletions

20
.vscode/settings.json vendored
View File

@@ -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"
// }