Files
pinecrypt-gateway-exporter/Dockerfile
2021-06-02 11:08:34 +03:00

6 lines
133 B
Docker

FROM python
MAINTAINER Pinecrypt Labs <info@pinecrypt.com>
RUN pip install motor sanic
ADD exporter.py /exporter.py
CMD /exporter.py