Princess3 commited on
Commit
a324b41
·
verified ·
1 Parent(s): 43ddf0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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