Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,5 +8,5 @@ WORKDIR /app
|
|
8 |
RUN pip install -r requirements.txt
|
9 |
EXPOSE 5000
|
10 |
|
|
|
11 |
|
12 |
-
CMD ["python3", "app.py"]
|
|
|
8 |
RUN pip install -r requirements.txt
|
9 |
EXPOSE 5000
|
10 |
|
11 |
+
CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|
12 |
|
|