FROM python:3
RUN pip install motor msgpack
COPY logger.py /
ENTRYPOINT /logger.py