k-space
/
mongo-logger
Archived
9
0
Fork 0
This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
mongo-logger/Dockerfile

5 lines
83 B
Docker

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