본문 바로가기
Kotlin Spring

ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref : "/settings.gradle.kts": not found

by Bill Lab 2024. 12. 5.
728x90

도커를 사용하다가 빌드 시 아래와 같은 오류가 났다면!!

 

ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref : "/settings.gradle.kts": not found

 

방법은 간단하다!

 

해당 파일이 없다는 뜻이며, 오류가 난부분이 copy 영역이면 확장자까지 고려하여 동일한 파일이 있는지 확인필요!

 

끝..

728x90