pinecrypt-gateway-exporter/Dockerfile

5 lines
86 B
Docker
Raw Normal View History

2021-05-31 10:21:25 +00:00
FROM python
RUN pip install motor sanic
ADD exporter.py /exporter.py
CMD /exporter.py