Skip to content

Commit a50413d

Browse files
committed
Fix logs in the docker container
1 parent 511a9ee commit a50413d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN pip install -U -r /opt/os-capacity/requirements.txt
77

88
COPY ./os_capacity/prometheus.py /opt/os-capacity/prometheus.py
99
ENTRYPOINT ["tini", "--"]
10-
CMD ["python3", "/opt/os-capacity/prometheus.py"]
10+
CMD ["python3", "-u", "/opt/os-capacity/prometheus.py"]

0 commit comments

Comments
 (0)