aminaj commited on
Commit
30368b2
·
verified ·
1 Parent(s): d8e605a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -66,6 +66,7 @@ COPY . .
66
 
67
  # Expose the ports that the application listens on.
68
  EXPOSE 7860
 
69
 
70
  # Run the application.
71
  # CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
 
66
 
67
  # Expose the ports that the application listens on.
68
  EXPOSE 7860
69
+ EXPOSE 8501
70
 
71
  # Run the application.
72
  # CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000