dhruv3d commited on
Commit
5006475
1 Parent(s): 3d289c5

Updated dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY . .
15
  EXPOSE 7860
16
 
17
  # Define the command to run your FastAPI application
18
- CMD ["uvicorn", "mistral_playground.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
  EXPOSE 7860
16
 
17
  # Define the command to run your FastAPI application
18
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]