Skip to content

Commit

Permalink
[IDLE-000] build시 --warning-mode 옵션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Jun 20, 2024
1 parent e65bd23 commit 740d999
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:jdk17 AS build
COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle :idle-api:bootJar --no-daemon --warning-mode
RUN gradle :idle-api:bootJar --no-daemon

# Package stage
FROM openjdk:17
Expand Down

0 comments on commit 740d999

Please sign in to comment.