imperialwool commited on
Commit
d8751a6
1 Parent(s): 85f179c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN mkdir -p /.cache/huggingface/hub
18
  RUN chown -R root:root /.cache/huggingface/hub
19
  RUN chmod -R 777 /.cache/huggingface/hub
20
 
21
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
  RUN chown -R root:root /.cache/huggingface/hub
19
  RUN chmod -R 777 /.cache/huggingface/hub
20
 
21
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]