Surveil Container: Override PBR_VERSION + .dockerignore
Change-Id: I0567f701da7f030889cb934dba3fb389ebfa5f52
This commit is contained in:
parent
756c13d759
commit
3a8abf54e8
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@ -0,0 +1,6 @@
|
||||
.git
|
||||
.gitreview
|
||||
.idea
|
||||
.tox
|
||||
env
|
||||
.testrepository
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user