Update Dockerfile

#1
by z2learn - opened
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"]