Skip to content

Commit 7a00d1a

Browse files
committed
updated DockerFile
1 parent 83bdb51 commit 7a00d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hf_demo_space/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN pip install --upgrade pip && \
2828

2929
EXPOSE 7860
3030

31-
CMD python -m chainlit run app.py --host 0.0.0.0 --port 7860
31+
CMD uvicorn api:app --host 0.0.0.0 --port 7860

0 commit comments

Comments
 (0)