Mohansai2004 commited on
Commit
a0041d3
·
verified ·
1 Parent(s): 4bbb0cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
35
  pip install --no-cache-dir uvicorn
36
 
37
  # Expose port for uvicorn
38
- EXPOSE 8000
39
 
40
  # Healthcheck for uvicorn
41
  HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
 
35
  pip install --no-cache-dir uvicorn
36
 
37
  # Expose port for uvicorn
38
+ EXPOSE 7860
39
 
40
  # Healthcheck for uvicorn
41
  HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \