pinecrypt-gateway-lease/Dockerfile

5 lines
96 B
Docker
Raw Normal View History

2021-06-02 12:36:59 +00:00
FROM python
RUN pip install motor sanic sanic-prometheus sanic_wtf
ADD lease.py /
CMD /lease.py