Skip to content

Commit

Permalink
Use Gradle wrapper in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 24, 2023
1 parent 7c44d26 commit 1a9f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gradle:jdk19 as builder
WORKDIR /usr/app
COPY . .
RUN gradle --no-daemon :plugin:installBot
RUN ./gradlew --no-daemon :plugin:installBot

FROM ibm-semeru-runtimes:open-19-jre-focal

Expand Down

0 comments on commit 1a9f2ec

Please sign in to comment.