vumichien commited on
Commit
f21c7dc
·
1 Parent(s): 07d2b90

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -22,6 +22,4 @@ RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
22
 
23
  COPY . .
24
 
25
- EXPOSE 7860
26
-
27
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
 
23
  COPY . .
24
 
 
 
25
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]