Skip to content

Commit 4cccf78

Browse files
✨ fix : Dockerfile 레이어 변경 - 변경되는 파일도 분리
1 parent db89eee commit 4cccf78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN ./gradlew dependencies || return 0
1818

1919
# 소스 코드 복사 (자주 변경되는 파일)
2020
COPY src ./src
21-
COPY resources ./resources
2221

2322
# Gradle 실행 권한 추가
2423
RUN chmod +x gradlew

0 commit comments

Comments
 (0)