We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511a9ee commit a50413dCopy full SHA for a50413d
Dockerfile
@@ -7,4 +7,4 @@ RUN pip install -U -r /opt/os-capacity/requirements.txt
7
8
COPY ./os_capacity/prometheus.py /opt/os-capacity/prometheus.py
9
ENTRYPOINT ["tini", "--"]
10
-CMD ["python3", "/opt/os-capacity/prometheus.py"]
+CMD ["python3", "-u", "/opt/os-capacity/prometheus.py"]
0 commit comments