Skip to content

Commit

Permalink
This will definitely fix it (#3878)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirk authored Jun 14, 2024
1 parent 2e7197c commit 7b5b61f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions containers/scripts/docker-compose-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
taskrunner-dev-builder:
build:
context: ../../
context: ../..
dockerfile: ./packages/taskrunner/Dockerfile
target: taskrunner_dev_builder
container_name: taskrunner-dev-builder
Expand All @@ -11,7 +11,7 @@ services:

gollm-taskrunner:
build:
context: ../../
context: ../..
dockerfile: ./packages/gollm/Dockerfile
target: gollm_taskrunner_builder
container_name: gollm-taskrunner
Expand Down
4 changes: 2 additions & 2 deletions packages/taskrunner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Build the Spring Boot application
FROM eclipse-temurin:17.0.11_9-jdk-focal AS taskrunner_dev_builder

COPY ./packages/taskrunner .

WORKDIR /taskrunner

COPY ./packages/taskrunner .

CMD [ "./gradlew", "build", "--continuous", "--quiet", "-x", "test"]

0 comments on commit 7b5b61f

Please sign in to comment.