Spaces:
Paused
Paused
Commit
·
649486f
1
Parent(s):
e186e09
Update Dockerfile
Browse files- 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", "
|
|
|
16 |
COPY . .
|
17 |
RUN ls -al
|
18 |
|
19 |
+
CMD ["python", "app.py", "--host", "127.0.0.1", "--port", "7860"]
|