Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ COPY . .
|
|
12 |
RUN mkdir flagged
|
13 |
RUN chmod 777 flagged
|
14 |
|
15 |
-
CMD ["
|
|
|
12 |
RUN mkdir flagged
|
13 |
RUN chmod 777 flagged
|
14 |
|
15 |
+
CMD ["gradio", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|