We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59533d6 commit a5fe512Copy full SHA for a5fe512
Dockerfile
@@ -17,8 +17,8 @@ RUN gradle dependencies --no-daemon
17
COPY .env .
18
COPY src src
19
20
-# 애플리케이션 빌드 (테스트 및 ktlint 스킵)
21
-RUN gradle build -x test -x ktlintTestSourceSetCheck -x ktlintMainSourceSetCheck -x ktlintKotlinScriptCheck --no-daemon
+# 애플리케이션 빌드 (ktlint 스킵, 테스트 실행)
+RUN gradle build -x ktlintTestSourceSetCheck -x ktlintMainSourceSetCheck -x ktlintKotlinScriptCheck --no-daemon
22
23
# 두 번째 스테이지: 실행 스테이지
24
FROM container-registry.oracle.com/graalvm/jdk:21
0 commit comments