https://github.com/depromeet/sulsul-BE/pull/77

https로 git url 사용하면 안됐음!

ssh로 URL 수정하니 작동

Untitled

도커파일에 config 경로 설정과 profile 모두 정상 작동

RUN --mount=type=cache,target=/root/.gradle ./gradlew clean build -Pprofile=prod
...
ENTRYPOINT ["java","-jar","-Dspring.config.additional-location=file:./src/main/resources/config/application-prod.yml","./build/libs/sulsul-0.0.1-SNAPSHOT.jar"]