added
This commit is contained in:
parent
81fbfc1da6
commit
9c280453bb
1
components/event_store/redis/Dockerfile
Normal file
1
components/event_store/redis/Dockerfile
Normal file
@ -0,0 +1 @@
|
||||
FROM redis
|
||||
9
components/event_store/service/Dockerfile
Normal file
9
components/event_store/service/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
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;
|
||||
ENV PORT 5000
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT [ "python" ]
|
||||
CMD [ "event_store_server.py" ]
|
||||
BIN
components/event_store/service/deps/dse-shared-libs-1.tar.gz
Normal file
BIN
components/event_store/service/deps/dse-shared-libs-1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user