Matanew1 commited on
Commit
9bcbf71
1 Parent(s): 201bd55
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN mkdir -p /code/.cache/huggingface/hub && \
22
  chmod -R 777 /code/.cache/huggingface/hub
23
 
24
  # Specify the command to run the application
25
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
  chmod -R 777 /code/.cache/huggingface/hub
23
 
24
  # Specify the command to run the application
25
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]