Create Dockerfile and .dockerignore for upcoming official docker support

- Update .gitignore
This commit is contained in:
2025-09-16 16:07:07 +02:00
parent 4dd578c9a8
commit f427d06e61
3 changed files with 49 additions and 1 deletions
+27
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