Abdurrehman015 commited on
Commit
7f707e5
·
1 Parent(s): 83ec1de

firstCommit4

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ EXPOSE 8000
21
  ENV HF_TOKEN=$HF_TOKEN
22
 
23
  # Command to run the app
24
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
21
  ENV HF_TOKEN=$HF_TOKEN
22
 
23
  # Command to run the app
24
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]