Skip to content

Commit

Permalink
👷 fix build context
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Jul 11, 2024
1 parent c152554 commit 6a6518d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ services:
image: ${REGISTRY:-local}/governance-multitenant-agent:${IMAGE_TAG:-latest}
container_name: governance-multitenant-agent
build:
# context: .
# dockerfile: dockerfiles/agents/Dockerfile.author.agent
# # To run a forked version of the agent use commented out code below
context: .
dockerfile: dockerfiles/agents/Dockerfile.author.agent
# To run a forked version of the agent use commented out code below
# context: https://github.com/didx-xyz/aries-cloudagent-python.git#0.12.2b2
# dockerfile: docker/Dockerfile
# user: root
Expand Down

0 comments on commit 6a6518d

Please sign in to comment.