Merge "Surveil Container: Override PBR_VERSION + .dockerignore"

This commit is contained in:
Jenkins 2015-04-16 15:36:39 +00:00 committed by Gerrit Code Review
commit e58dbd70bb
2 changed files with 9 additions and 1 deletions

6
.dockerignore Normal file
View File

@ -0,0 +1,6 @@
.git
.gitreview
.idea
.tox
env
.testrepository

View File

@ -25,7 +25,9 @@ ADD setup.py /surveil/setup.py
ADD setup.cfg /surveil/setup.cfg
ADD README.rst /surveil/README.rst
ADD etc/surveil /etc/surveil
ADD .git /surveil/.git
#ADD .git /surveil/.git
ENV PBR_VERSION=DEV
# Surveil API
EXPOSE 8080