Docker files

This commit is contained in:
StNicolay
2022-10-14 18:54:29 +03:00
parent 865c98ad46
commit 4702e048f3
4 changed files with 87 additions and 0 deletions

26
.dockerignore Normal file
View File

@ -0,0 +1,26 @@
**/__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
README.md