Skip to content

Commit

Permalink
bug: 필요없는 빌드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
minsang-alt committed May 13, 2024
1 parent 14d396e commit f3e039b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WORKDIR /app

# 빌드하는데 필요한 build.gradle, settings.gradle 파일 현재 디렉토리로 복사
COPY build.gradle settings.gradle ./
RUN gradle build -x test --parallel --continue > /dev/null 2>&1 || true

# 외부라이브러리 빌드
RUN gradle dependencies --no-daemon
Expand Down

0 comments on commit f3e039b

Please sign in to comment.