Dockerize: self-contained stack + B2 backup sidecar

This commit is contained in:
Bonna
2026-06-06 14:25:45 -05:00
parent fa3c030b36
commit 7f2057f139
9 changed files with 173 additions and 3 deletions

View File

@@ -23,7 +23,16 @@
"Bash(cat >> *)",
"Bash(grep -v \"^$\")",
"Bash(git init *)",
"Bash(git add *)"
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git branch *)",
"Bash(git config *)",
"Bash(git remote *)",
"Bash(git push *)",
"Bash(pip freeze *)",
"Bash(pip3 freeze *)",
"Bash(/usr/local/bin/docker --version)",
"Bash(/Applications/Docker.app/Contents/Resources/bin/docker --version)"
]
}
}