pinecrypt-gateway-exporter/Dockerfile

6 lines
135 B
Docker
Raw Permalink 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-06-14 19:38:46 +00:00
RUN pip install sanic aiohttp
2021-05-31 10:21:25 +00:00
ADD exporter.py /exporter.py
CMD /exporter.py