Hemang1915 commited on
Commit
95788ad
·
1 Parent(s): aea9c98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,6 +22,6 @@ RUN ls -la /app
22
 
23
  ENV MPLCONFIGDIR=/tmp/matplotlib
24
 
25
- EXPOSE 8000
26
 
27
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
22
 
23
  ENV MPLCONFIGDIR=/tmp/matplotlib
24
 
25
+ EXPOSE 7860
26
 
27
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]