diff --git a/Dockerfile b/Dockerfile index 4e54447..f46808b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM python +MAINTAINER Pinecrypt Labs RUN pip install motor sanic ADD exporter.py /exporter.py CMD /exporter.py