LeoArtaza commited on
Commit
9495e30
1 Parent(s): d5f3ba4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY . .
17
  # EXPOSE 7860
18
 
19
  # Command to run the application
20
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
17
  # EXPOSE 7860
18
 
19
  # Command to run the application
20
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]