Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Gadalov committed Jun 18, 2024
1 parent 51ff3a3 commit 2d507ae
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
Expand Up @@ -2,7 +2,7 @@ FROM gradle:8.2.0-jdk17-alpine as cache

WORKDIR /home/gradle/src
ENV GRADLE_USER_HOME /cache
COPY build.gradle settings.gradle ./
COPY build.gradle settings.gradle libs ./
# just pull dependencies for cache
RUN gradle --no-daemon build --stacktrace

Expand Down

0 comments on commit 2d507ae

Please sign in to comment.