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 6c7fb16 commit bd21e3eCopy full SHA for bd21e3e
Dockerfile
@@ -18,6 +18,7 @@ COPY src src
18
19
# 애플리케이션 빌드
20
#RUN gradle build --no-daemon
21
+# 테스트 빌드 안하고 실행
22
RUN gradle build -x test --no-daemon
23
24
# 두 번째 스테이지: 실행 스테이지
0 commit comments