deepak191z commited on
Commit
c349349
·
verified ·
1 Parent(s): 62d3590

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,6 +10,6 @@ RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  COPY . /app
12
 
13
- EXPOSE 8080
14
 
15
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY . /app
12
 
13
+ EXPOSE 7860
14
 
15
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]