Skip to content

Commit a5fe512

Browse files
committed
refect/be : 이제 배포 시 테스트 코드 실행
1 parent 59533d6 commit a5fe512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN gradle dependencies --no-daemon
1717
COPY .env .
1818
COPY src src
1919

20-
# 애플리케이션 빌드 (테스트 및 ktlint 스킵)
21-
RUN gradle build -x test -x ktlintTestSourceSetCheck -x ktlintMainSourceSetCheck -x ktlintKotlinScriptCheck --no-daemon
20+
# 애플리케이션 빌드 (ktlint 스킵, 테스트 실행)
21+
RUN gradle build -x ktlintTestSourceSetCheck -x ktlintMainSourceSetCheck -x ktlintKotlinScriptCheck --no-daemon
2222

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

0 commit comments

Comments
 (0)