Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
# Use the official Agent Zero image as the base
|
| 2 |
FROM agent0ai/agent-zero:latest
|
| 3 |
-
run agent0ai/agent-zero
|
| 4 |
|
|
|
|
| 1 |
# Use the official Agent Zero image as the base
|
| 2 |
FROM agent0ai/agent-zero:latest
|
| 3 |
+
CMD run agent0ai/agent-zero
|
| 4 |
|