HussainM899 commited on
Commit
c02827c
1 Parent(s): 24a83f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,7 +58,7 @@ RUN mkdir -p $NLTK_DATA && chmod -R 777 $NLTK_DATA
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=7860
 
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