pinecrypt-gateway-exporter/Dockerfile

6 lines
133 B
Docker
Raw Normal View History

2021-05-31 10:21:25 +00:00
FROM python
2021-06-02 08:08:34 +00:00
MAINTAINER Pinecrypt Labs <info@pinecrypt.com>
2021-05-31 10:21:25 +00:00
RUN pip install motor sanic
ADD exporter.py /exporter.py
CMD /exporter.py