Skip to content

Commit a0bbbe5

Browse files
committed
Run python script unbuffered to fix Docker logging
1 parent bd8a8f1 commit a0bbbe5

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
@@ -6,4 +6,4 @@ RUN pip install paho-mqtt wakeonlan
66

77
ADD WOL-proxy.py .
88

9-
ENTRYPOINT ["python", "./WOL-proxy.py"]
9+
ENTRYPOINT ["python", "-u", "./WOL-proxy.py"]

0 commit comments

Comments
 (0)