From a1e74db523fe7d33c0f0b7adac3f5e07f8393884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 2 Jun 2021 11:08:34 +0300 Subject: [PATCH] Add maintainer notice --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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