pinecrypt-gateway-exporter/Dockerfile
2021-06-14 22:38:46 +03:00

6 lines
135 B
Docker

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