matthoffner commited on
Commit
649486f
·
1 Parent(s): e186e09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -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", "7860"]
 
16
  COPY . .
17
  RUN ls -al
18
 
19
+ CMD ["python", "app.py", "--host", "127.0.0.1", "--port", "7860"]