shakauthossain commited on
Commit
ef9956b
·
1 Parent(s): 90e0f3f

Docker file fixed

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ USER app
24
  EXPOSE 8000
25
 
26
  # Run the application
27
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
24
  EXPOSE 8000
25
 
26
  # Run the application
27
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]