Jadyro commited on
Commit
7fb5fe7
·
verified ·
1 Parent(s): 000fb0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
16
  COPY app.py .
17
 
18
  # Expose API port
19
- EXPOSE 8000
20
 
21
  # Start the server
22
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  COPY app.py .
17
 
18
  # Expose API port
19
+ EXPOSE 7860
20
 
21
  # Start the server
22
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]