FROM python:3 RUN pip3 install motor sanic ADD wildduck_exporter.py /wildduck_exporter.py ENTRYPOINT /wildduck_exporter.py