We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4ead7 commit 81e1f2fCopy full SHA for 81e1f2f
examples/hf_demo_space/Dockerfile
@@ -28,4 +28,4 @@ RUN pip install --upgrade pip && \
28
29
EXPOSE 7860
30
31
-CMD python -m chainlit run app.py -w --host 0.0.0.0 --port 7860
+CMD python -m chainlit run app.py --host 0.0.0.0 --port 7860
0 commit comments