10
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
2021-06-19 18:43:37 +00:00

5 lines
83 B
Docker

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