A lot of work

This commit is contained in:
2024-10-19 03:38:04 +02:00
parent 2c47bb794e
commit 2b8d7b3b92
5 changed files with 189 additions and 339 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
debian() {
docker build . --tag debian-user --debug
docker container run -it debian-user bash
}
"$@"