dockerize

This commit is contained in:
2025-11-14 16:59:47 +01:00
parent 61a1c3a073
commit f706cd74a6
3 changed files with 105 additions and 0 deletions

26
.dockerignore Normal file
View File

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