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 9f375da commit 9300713Copy full SHA for 9300713
backend/Dockerfile
@@ -15,7 +15,7 @@ RUN gradle dependencies --no-daemon
15
COPY src src
16
17
# 애플리케이션 빌드
18
-RUN gradle build --no-daemon
+RUN gradle build --no-daemon -x test
19
20
# 두 번째 스테이지: 실행 스테이지
21
FROM container-registry.oracle.com/graalvm/jdk:21
0 commit comments