9
0
Fork 0
logmower-shipper-prototype/Dockerfile

7 lines
231 B
Docker
Raw Permalink Normal View History

2022-10-01 05:49:57 +00:00
FROM harbor.k-space.ee/k-space/microservice-base
2022-11-08 21:25:15 +00:00
RUN pip3 install asyncinotify ujson prometheus-async[aiohttp]
2022-11-16 08:39:18 +00:00
WORKDIR /app
ADD heuristics.py /app/heuristics.py
ADD log_shipper.py /app/log_shipper.py
ENTRYPOINT /app/log_shipper.py