Create Docker build image, build project with Docker

This commit is contained in:
bandesz
2016-08-16 17:51:52 +01:00
parent c684fa2b8f
commit 68c1135379
11 changed files with 205 additions and 20 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*