1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

aliases: add dbldbg to run docker build with on-error debug

This commit is contained in:
bretello 2024-11-11 11:49:50 +01:00
parent acd332ed4a
commit bc2d40e9d5
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

1
aliases/docker.zsh Normal file
View File

@ -0,0 +1 @@
alias dbldbg='BUILDX_EXPERIMENTAL=1 docker buildx debug --invoke /bin/bash --on=error build .'