Surveil Container: Override PBR_VERSION + .dockerignore

Change-Id: I0567f701da7f030889cb934dba3fb389ebfa5f52
This commit is contained in:
aviau 2015-04-16 10:38:05 -04:00
parent 756c13d759
commit 3a8abf54e8
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