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

Feature | #4 | @lcomment | common 모듈 구현 #7

Merged
merged 1 commit into from
Nov 24, 2023
Merged

Conversation

lcomment
Copy link
Contributor

@lcomment lcomment commented Nov 24, 2023

Issue Number

#4

Description

  • Common 모듈 구성
  • lovebird-api 모듈 dockerfile 생성

Core Code

FROM azul/zulu-openjdk:19-latest
WORKDIR /app

COPY build/libs/lovebird-api-1.0.0-SNAPSHOT.jar .

EXPOSE 8080

USER nobody
ENTRYPOINT [\
    "java",\
    "-jar",\
    "-Djava.security.egd=file:/dev/./urandom",\
    "-Dsun.net.inetaddr.ttl=0",\
    "lovebird-api-1.0.0-SNAPSHOT.jar"\
]

etc

@lcomment lcomment self-assigned this Nov 24, 2023
@lcomment lcomment changed the title Chore | #1 | @lcomment | common 모듈 구현 Feature | #4 | @lcomment | common 모듈 구현 Nov 24, 2023
@lcomment lcomment merged commit b49a0f1 into develop Nov 24, 2023
1 check passed
@lcomment lcomment deleted the feature/#4 branch November 25, 2023 20:09
@lcomment lcomment added the v1.0 version 1.0 label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0 version 1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant