Omkar008 commited on
Commit
8f6701b
1 Parent(s): 8520290

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user . /app/
15
 
16
 
17
  # Command to run your application
18
- CMD ["uvicorn", "test:app", "--host", "0.0.0.0", "--port", "8000"]
 
15
 
16
 
17
  # Command to run your application
18
+ CMD ["uvicorn", "test:app", "--host", "0.0.0.0", "--port", "7860"]