Skip to content

Commit 3f5f253

Browse files
committed
Don't buffer logs
1 parent 59a21fe commit 3f5f253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ COPY gtfs_realtime_pb2.py /usr/src/app/
88
COPY gtfsrthttp2mqtt.py /usr/src/app/
99
COPY utils.py /usr/src/app/
1010

11-
CMD ["python", "gtfsrthttp2mqtt.py" ]
11+
CMD ["python", "-u", "gtfsrthttp2mqtt.py" ]

0 commit comments

Comments
 (0)