z2learn commited on
Commit
58f9d52
·
verified ·
1 Parent(s): 8bb4c89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN mkdir -p temp_files
25
  EXPOSE 8000
26
 
27
  # Command to run the application
28
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
25
  EXPOSE 8000
26
 
27
  # Command to run the application
28
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7080"]