Skip to content

Commit

Permalink
[IDLE-000] dockerfile 빌드 디렉토리 path 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Jun 19, 2024
1 parent a1f880e commit 9c2b67f
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 build --no-daemon
RUN gradle :idle-api:bootJar --no-daemon

# Package stage
FROM openjdk:17
Expand Down

0 comments on commit 9c2b67f

Please sign in to comment.