Skip to content

Commit 4012948

Browse files
committed
show python logs in docker
1 parent 540d0fc commit 4012948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apt-get update && \
55
apt-get install -y python-pip && \
66
pip install -v ptvsd==3.0.0
77

8-
CMD python hello.py
8+
CMD python -u hello.py

0 commit comments

Comments
 (0)