shahabkahn commited on
Commit
30c5928
1 Parent(s): dde1233

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -58,7 +58,7 @@ RUN mkdir -p $TRANSFORMERS_CACHE && chmod -R 777 $TRANSFORMERS_CACHE
58
  COPY . .
59
 
60
  # Expose the port that the application listens on.
61
- EXPOSE 8000
62
 
63
  # Run the application.
64
- CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
 
58
  COPY . .
59
 
60
  # Expose the port that the application listens on.
61
+ EXPOSE 7860
62
 
63
  # Run the application.
64
+ CMD uvicorn 'main:app' --host=0.0.0.0 --port=7860