Skip to content

[Deploy]#342

Merged
BAEK0111 merged 2 commits into
mainfrom
develop
May 18, 2026
Merged

[Deploy]#342
BAEK0111 merged 2 commits into
mainfrom
develop

Conversation

@BAEK0111
Copy link
Copy Markdown
Contributor

#️⃣연관된 이슈

#338

📝작업 내용

작업한 내용을 작성해주세요.

🔎코드 설명(스크린샷(선택))

코드에 대한 설명을 작성해주세요.

💬고민사항 및 리뷰 요구사항 (Optional)

고민사항 및 의견 받고 싶은 부분 있으면 적어두기

비고 (Optional)

참고했던 링크 등 참고 사항을 적어주세요. 코드 리뷰하는 사람이 참고해야 하는 내용을 자유로운 형식으로 적을 수 있습니다.

Copilot AI review requested due to automatic review settings May 18, 2026 14:05
@BAEK0111 BAEK0111 merged commit e21dd7f into main May 18, 2026
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Docker image build to include the ASSU_config submodule contents during the Gradle bootJar build, aligning the container build with the repository’s private-config copy workflow (Issue #338 submodule setup).

Changes:

  • Copy ASSU_config into the Docker builder stage so Gradle can access private config during bootJar.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Dockerfile
Comment on lines 17 to 20
COPY --from=dependencies /build /build
COPY src src
COPY ASSU_config ASSU_config

Comment thread Dockerfile
Comment on lines 17 to 21
COPY --from=dependencies /build /build
COPY src src
COPY ASSU_config ASSU_config

RUN ./gradlew bootJar -x test --build-cache --no-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants