Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
FROM agent0ai/agent-zero:latest
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
CMD ["python3", "run_ui.py", "--port", "7860", "--host", "0.0.0.0"]
|
|
|
|
| 1 |
FROM agent0ai/agent-zero:latest
|
| 2 |
|
| 3 |
+
ENV WEB_UI_PORT=7860
|
| 4 |
|
| 5 |
+
EXPOSE 7860
|
|
|
|
|
|