Skip to content
Snippets Groups Projects
Commit eb2c3987 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-383: Don't buffer output of our tango-prometheus bridge to see the latest logs immediately

parent 4e52f750
No related branches found
No related tags found
1 merge request!126Resolve L2SS-383 "Optimise prometheus bridge"
......@@ -12,4 +12,4 @@ RUN pip install -r /code/pip-requirements.txt
WORKDIR /code
ENV PYTHONPATH '/code/'
CMD ["python" , "/code/collector.py"]
CMD ["python", "-u", "/code/collector.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment