Remostart commited on
Commit
ed31ef5
·
verified ·
1 Parent(s): 34ab60d

Update Dockerfile

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