9
0
Fork 0
logmower-shipper-prototype/Dockerfile

7 lines
231 B
Docker

FROM harbor.k-space.ee/k-space/microservice-base
RUN pip3 install asyncinotify ujson prometheus-async[aiohttp]
WORKDIR /app
ADD heuristics.py /app/heuristics.py
ADD log_shipper.py /app/log_shipper.py
ENTRYPOINT /app/log_shipper.py