matthoffner commited on
Commit
2984d75
·
1 Parent(s): c8b6b1d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:latest
2
 
3
  ENV PYTHONUNBUFFERED 1
4
 
5
- EXPOSE 8000
6
 
7
  WORKDIR /app
8
 
@@ -16,4 +16,4 @@ RUN pip install --upgrade pip && \
16
  COPY . .
17
  RUN ls -al
18
 
19
- CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "8000"]
 
2
 
3
  ENV PYTHONUNBUFFERED 1
4
 
5
+ EXPOSE 7860
6
 
7
  WORKDIR /app
8
 
 
16
  COPY . .
17
  RUN ls -al
18
 
19
+ CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]