docker context revision
All checks were successful
/ build-docker-image (push) Successful in 1m21s

This commit is contained in:
2024-09-16 20:30:10 +01:00
parent 54fe3460b6
commit 11af5b8729
3 changed files with 10 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"docker.commands.build": "${containerCommand} build --pull --rm -f \"${dockerfile}\" -t ${tag} . --progress=plain"
}