axnand commited on
Commit
94d8e1f
·
1 Parent(s): dc54d81

port changed in the dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ COPY app/ ./app/
16
 
17
  EXPOSE 8000
18
 
19
- CMD ["uvicorn", "app.app:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
 
17
  EXPOSE 8000
18
 
19
+ CMD ["uvicorn", "app.app:app", "--host", "0.0.0.0", "--port", "7860"]