adding devcontainer files;

using standart dockerfile with alpine
This commit is contained in:
Dobromir Popov
2023-03-15 14:32:39 +00:00
parent 1c15463b21
commit 027b7cd984
4 changed files with 106 additions and 43 deletions

24
.dockerignore Normal file
View File

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