fix: update Dockerfile to clone agent source and add .dockerignore

This commit is contained in:
Ezra
2026-04-10 12:14:47 +00:00
parent e95f48b195
commit be3e8ea45c
3 changed files with 21 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ services:
build:
context: .
dockerfile: docker/agent.Dockerfile
args:
AGENT_REPO: "https://forge.alexanderwhitestone.com/Timmy_Foundation/hermes-agent.git"
container_name: wizard-ezra
ports:
- "8643:8643"
@@ -19,6 +21,8 @@ services:
build:
context: .
dockerfile: docker/agent.Dockerfile
args:
AGENT_REPO: "https://forge.alexanderwhitestone.com/Timmy_Foundation/hermes-agent.git"
container_name: wizard-bezalel
ports:
- "8644:8643"
@@ -33,6 +37,8 @@ services:
build:
context: .
dockerfile: docker/agent.Dockerfile
args:
AGENT_REPO: "https://forge.alexanderwhitestone.com/Timmy_Foundation/hermes-agent.git"
container_name: wizard-allegro
ports:
- "8645:8643"