Spaces:
Paused
Paused
Commit
·
ad7696e
1
Parent(s):
e0645c0
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 ["
|
|
|
16 |
COPY . .
|
17 |
RUN ls -al
|
18 |
|
19 |
+
CMD ["gradio", "app.py", "--host", "0.0.0.0", "--port", "8000"]
|