Skip to content

Commit

Permalink
fix(agents-api): mac docker build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedantsahai18 committed Jan 15, 2025
1 parent 4498579 commit 666f5a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agents-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ x--base-agents-api: &base-agents-api
environment:
<<: *shared-environment
build:
platforms:
- linux/amd64
context: .
dockerfile: Dockerfile

Expand Down Expand Up @@ -98,6 +100,8 @@ services:
environment:
<<: *shared-environment
build:
platforms:
- linux/amd64
context: .
dockerfile: Dockerfile.worker

Expand Down

0 comments on commit 666f5a6

Please sign in to comment.