MrA7A commited on
Commit
89f4a5f
·
verified ·
1 Parent(s): 15ac13d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,5 +29,5 @@ COPY . .
29
  # Expose the port FastAPI will run on
30
  EXPOSE 7860
31
 
32
- # Command to run the application
33
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
29
  # Expose the port FastAPI will run on
30
  EXPOSE 7860
31
 
32
+ # Command to run the applicatione
33
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]