Skip to content

Commit

Permalink
Use correct docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Oct 8, 2024
1 parent 976e4fb commit 9c1f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aidbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install zen deps
run: cd zenproject && java -jar ../zen.jar zen pull-deps
- name: Build seeds
run: docker compose run --rm build-seeds
run: docker compose -f docker-compose.seeds.yaml run --rm build-seeds
- name: Build zen project
run: java -jar zen.jar zen build zenproject emr
- name: Build and push the Docker image
Expand Down

0 comments on commit 9c1f2b8

Please sign in to comment.