user1729 commited on
Commit
e715c63
·
verified ·
1 Parent(s): 49bd15e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,10 +12,10 @@ ADD requirements.txt .
12
  RUN pip3 install -r requirements.txt
13
 
14
  # Expose port
15
- EXPOSE 8000
16
 
17
  # Copy application code
18
  COPY app ./app
19
 
20
  # Run the application
21
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
12
  RUN pip3 install -r requirements.txt
13
 
14
  # Expose port
15
+ EXPOSE 7860
16
 
17
  # Copy application code
18
  COPY app ./app
19
 
20
  # Run the application
21
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]