mohsinabbas1984 commited on
Commit
caa3f49
1 Parent(s): 9e3007b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
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=7860
 
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