manue commited on
Commit
5b6a5ec
·
1 Parent(s): 00c6e88

Remove EXPOSE 5000 from Dockerfile and retain EXPOSE 7860

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