Add emitter and missing mongo-init.sh
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-02-14 11:59:21 +02:00
parent 82b91e7161
commit b90ae0c18d
4 changed files with 18 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
FROM python
WORKDIR /emitter
RUN pip install pymongo
COPY ./emitter.py ./
ENTRYPOINT emitter.py
CMD ["python", "./emitter.py"]
LABEL name="emitter"