HussainM899 commited on
Commit
b68dfb0
1 Parent(s): e488f4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -61,4 +61,4 @@ COPY . .
61
  EXPOSE 8000
62
 
63
  # Run the application.
64
- CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
 
61
  EXPOSE 8000
62
 
63
  # Run the application.
64
+ CMD uvicorn 'main:app' --host=0.0.0.0 --port=7860