We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540d0fc commit 4012948Copy full SHA for 4012948
Dockerfile
@@ -5,4 +5,4 @@ RUN apt-get update && \
5
apt-get install -y python-pip && \
6
pip install -v ptvsd==3.0.0
7
8
-CMD python hello.py
+CMD python -u hello.py
0 commit comments