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

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 -p 50001:80 agent0ai/agent-zero
4
 
 
1
  # Use the official Agent Zero image as the base
2
  FROM agent0ai/agent-zero:latest
3
+ run agent0ai/agent-zero
4