Create Docker build image, build project with Docker

This commit is contained in:
bandesz
2016-08-12 11:23:50 +01:00
parent e610d83be4
commit 26ff449b77
13 changed files with 244 additions and 22 deletions

9
deploy-exclude.lst Normal file
View File

@@ -0,0 +1,9 @@
*__pycache__*
*.git*
*app/assets*
*bower_components*
*cache*
*docker*
*node_modules*
*target*
*venv*