Skip to content

Commit

Permalink
Add --no-daemon to the Gradle command in the Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Oct 28, 2024
1 parent 119b960 commit 0943663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY build.gradle.kts build.gradle.kts
COPY settings.gradle.kts settings.gradle.kts
COPY gradle.properties gradle.properties
COPY src src
RUN gradle installDist
RUN gradle --no-daemon installDist

EXPOSE 8080

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY build.gradle.kts build.gradle.kts
COPY settings.gradle.kts settings.gradle.kts
COPY gradle.properties gradle.properties
COPY src src
RUN gradle installDist
RUN gradle --no-daemon installDist

EXPOSE 8080

Expand Down

0 comments on commit 0943663

Please sign in to comment.