Initial commit

This commit is contained in:
2021-06-13 13:58:39 +03:00
commit 317978c24a
7 changed files with 104 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM python:3
RUN pip3 install motor sanic
ADD wildduck_exporter.py /wildduck_exporter.py
ENTRYPOINT /wildduck_exporter.py