FROM python
RUN pip install pymongo

COPY ./emitter.py ./
CMD ["python", "./emitter.py"]

LABEL name="emitter"