d0tpy commited on
Commit
c497ddc
·
verified ·
1 Parent(s): e7db34e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY . /app
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Make port 80 available to the world outside this container
12
- EXPOSE 8000
13
 
14
  # Run app.py when the container launches
15
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Make port 80 available to the world outside this container
12
+ EXPOSE 7860
13
 
14
  # Run app.py when the container launches
15
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]