added orchestration Dockerfile
This commit is contained in:
parent
970fee8456
commit
56c492c761
7
components/orchestration/Dockerfile
Normal file
7
components/orchestration/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM python:3.8-slim
|
||||||
|
COPY . /app
|
||||||
|
WORKDIR /app
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
RUN cd deps; ls; pip install dse-shared-libs-1.tar.gz;
|
||||||
|
ENTRYPOINT [ "python" ]
|
||||||
|
CMD [ "orchestration_server.py" ]
|
||||||
Loading…
x
Reference in New Issue
Block a user