Initial commit

This commit is contained in:
2021-06-02 15:36:59 +03:00
commit b03e205de1
2 changed files with 109 additions and 0 deletions

4
Dockerfile Normal file
View File

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