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

6
.gitignore vendored
View File

@@ -24,6 +24,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
/cache
# PyInstaller
# Usually these files are written by a python script from a template
@@ -62,5 +63,8 @@ target/
# Mac
*.DS_Store
environment.sh
.envrc
celerybeat-schedule
celerybeat-schedule
app/version.py