Minimal multi-stage docker build

This commit is contained in:
timothymiller
2020-08-05 03:25:13 -04:00
parent a1e1348214
commit df6b8a381a
8 changed files with 73 additions and 81 deletions

18
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
".github": true,
".vscode": true,
"LICENSE": true,
"requirements.txt": true,
"build-docker-image.sh": true,
".gitignore": true,
"Dockerfile": false,
"start-sync.sh": false
},
"explorerExclude.backup": null
}