Initial commit

This commit is contained in:
2021-05-31 13:21:25 +03:00
commit 0f1e99a237
2 changed files with 30 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM python
RUN pip install motor sanic
ADD exporter.py /exporter.py
CMD /exporter.py