diff --git a/examples/hf_demo_space/Dockerfile b/examples/hf_demo_space/Dockerfile index fd22816..8ecd176 100644 --- a/examples/hf_demo_space/Dockerfile +++ b/examples/hf_demo_space/Dockerfile @@ -28,4 +28,4 @@ RUN pip install --upgrade pip && \ EXPOSE 7860 -CMD python -m chainlit run app.py -w --host 0.0.0.0 --port 7860 \ No newline at end of file +CMD python -m chainlit run app.py --host 0.0.0.0 --port 7860 \ No newline at end of file