elanuk commited on
Commit
5d586e2
·
verified ·
1 Parent(s): fa33eaa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY . /app
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
- # Expose both ports
10
- EXPOSE 7860 8000
11
 
12
  CMD ["python", "app.py"]
 
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
+ # gradio port
10
+ EXPOSE 7860
11
 
12
  CMD ["python", "app.py"]