ddb: added docker build image helper

This commit is contained in:
2025-11-14 09:23:02 +07:00
parent 153c790b65
commit e407b59112

3
ddb Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker build . -t "$@"