shreyankisiri commited on
Commit
a632e2c
·
verified ·
1 Parent(s): aca9369

Update Dockerfile

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