bugfix dockerfile build: add app.py from example
This commit is contained in:
parent
6c3831d103
commit
c226138ff2
|
@ -24,6 +24,8 @@ RUN pip install alembic==1.8.1 anytree==2.8.0 apispec==0.39.0 atomicwri
|
||||||
RUN pip install -i https://test.pypi.org/simple/ ereuseapitest==0.0.8
|
RUN pip install -i https://test.pypi.org/simple/ ereuseapitest==0.0.8
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
# this operation might be overriding inside container another app.py you would have
|
||||||
|
COPY examples/app.py .
|
||||||
RUN pip install -e .
|
RUN pip install -e .
|
||||||
|
|
||||||
COPY docker/devicehub.entrypoint.sh .
|
COPY docker/devicehub.entrypoint.sh .
|
||||||
|
|
Reference in New Issue