We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8a8f1 commit a0bbbe5Copy full SHA for a0bbbe5
1 file changed
Dockerfile
@@ -6,4 +6,4 @@ RUN pip install paho-mqtt wakeonlan
6
7
ADD WOL-proxy.py .
8
9
-ENTRYPOINT ["python", "./WOL-proxy.py"]
+ENTRYPOINT ["python", "-u", "./WOL-proxy.py"]
0 commit comments