Clean up metrics

This commit is contained in:
2021-06-14 22:38:46 +03:00
parent a37d841bdd
commit 8849cfe27a
2 changed files with 15 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
FROM python
MAINTAINER Pinecrypt Labs <info@pinecrypt.com>
RUN pip install motor sanic
RUN pip install sanic aiohttp
ADD exporter.py /exporter.py
CMD /exporter.py