Added AIO docker ability

This commit is contained in:
SergeantPanda 2025-02-22 12:22:39 -06:00
parent 6b857d3931
commit bb4da18c56
6 changed files with 167 additions and 0 deletions

27
.dockerignore Executable file
View file

@ -0,0 +1,27 @@
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md