Добавлен Docker

This commit is contained in:
2021-08-15 13:03:36 +03:00
parent 9fb2a673d2
commit 44a5c8e635
11 changed files with 100 additions and 8 deletions

26
.dockerignore Normal file
View File

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