Skip to content

Commit

Permalink
Fix it again (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirk authored Jun 14, 2024
1 parent 25a4b14 commit c9914a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions containers/scripts/docker-compose-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
services:
taskrunner-dev-builder:
build:
dockerfile: ../../packages/taskrunner/Dockerfile
context: ../../
dockerfile: ./packages/taskrunner/Dockerfile
target: taskrunner_dev_builder
container_name: taskrunner-dev-builder
volumes:
- ../../packages/taskrunner:/taskrunner

gollm-taskrunner:
build:
context: ../../
dockerfile: ./packages/gollm/Dockerfile
target: gollm_taskrunner_builder
container_name: gollm-taskrunner
Expand All @@ -35,7 +37,8 @@ services:

mira-taskrunner:
build:
dockerfile: ../../packages/mira/Dockerfile
context: ../..
dockerfile: ./packages/mira/Dockerfile
target: mira_taskrunner_builder
container_name: mira-taskrunner
networks:
Expand All @@ -59,7 +62,8 @@ services:

funman-taskrunner:
build:
dockerfile: ../../packages/funman/Dockerfile
context: ../..
dockerfile: ./packages/funman/Dockerfile
target: funman_taskrunner_builder
container_name: funman-taskrunner
networks:
Expand Down

0 comments on commit c9914a9

Please sign in to comment.