9
0
Fork 0
logmower-shipper-prototype/Dockerfile

5 lines
173 B
Docker
Raw 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-10-01 05:49:57 +00:00
ADD log_shipper.py /log_shipper.py
ENTRYPOINT /log_shipper.py