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 ea62c92 commit 5dc255eCopy full SHA for 5dc255e
back/Dockerfile
@@ -13,6 +13,8 @@ COPY settings.gradle.kts .
13
COPY gradle gradle
14
COPY gradlew .
15
16
+RUN chmod +x gradlew
17
+
18
# 의존성 다운로드 (캐시 활용)
19
RUN ./gradlew dependencies --no-daemon
20
0 commit comments