Skip to content

Commit 9300713

Browse files
committed
refactor[cicd]: work
1 parent 9f375da commit 9300713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN gradle dependencies --no-daemon
1515
COPY src src
1616

1717
# 애플리케이션 빌드
18-
RUN gradle build --no-daemon
18+
RUN gradle build --no-daemon -x test
1919

2020
# 두 번째 스테이지: 실행 스테이지
2121
FROM container-registry.oracle.com/graalvm/jdk:21

0 commit comments

Comments
 (0)