aminaj commited on
Commit
0994841
1 Parent(s): 7f6f85e

Update Dockerfile

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