11
0

Initial commit

This commit is contained in:
2021-06-19 18:43:37 +00:00
commit 51880829f5
4 changed files with 73 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM python:3
RUN pip install motor msgpack
COPY logger.py /
ENTRYPOINT /logger.py