Replace the Barista by Python-Router app use case

This commit is contained in:
Christian Tzolov
2019-05-17 19:19:47 +02:00
parent 3be812b758
commit 90ba371006
7 changed files with 36 additions and 39 deletions

View File

@@ -4,6 +4,6 @@ RUN pip install kafka-python
RUN pip install flask
ADD /util/* /util/
ADD barista_app.py /
ENTRYPOINT ["python","/barista_app.py"]
CMD []
ADD python_router_app.py /
ENTRYPOINT ["python","/python_router_app.py"]
CMD []