Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV-310] 도커파일 추가 #4

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

[DEV-310] 도커파일 추가 #4

wants to merge 1 commit into from

Conversation

claycat
Copy link
Contributor

@claycat claycat commented Jun 7, 2024

  • 도커파일 추가

@claycat claycat added the enhancement New feature or request label Jun 7, 2024
@claycat claycat self-assigned this Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

Test Coverage

Overall Project NaN% NaN% 🟢

There is no coverage information present for the Files changed

FROM eclipse-temurin:21
COPY --from=build build/libs/*.jar app.jar

ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=prod", "/app.jar"]
Copy link

Choose a reason for hiding this comment

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

application-prod.yml 파일이 따로 없으면 "-Dspring.profiles.active=prod"는 빼주셔야 할 듯!

Copy link

Choose a reason for hiding this comment

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

글고 최신 spring boot에선 이제 굳이 이거 안 써도 된다고 하더이다

Copy link
Contributor Author

Choose a reason for hiding this comment

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

저는 사용하고있긴합니다

Copy link

Choose a reason for hiding this comment

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

오 Readme가 없어서 작성부탁드려도 될까요?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants