Gowtham122 commited on
Commit
5ef3138
·
verified ·
1 Parent(s): 83bb059

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,7 +22,7 @@ ARG auth_token
22
  ENV auth_token=$auth_token
23
 
24
  # Expose the port the app runs on
25
- EXPOSE 8000
26
 
27
  # Command to run the application
28
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
22
  ENV auth_token=$auth_token
23
 
24
  # Expose the port the app runs on
25
+ EXPOSE 7860
26
 
27
  # Command to run the application
28
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]