Skip to content

Commit

Permalink
chore: Dockerfile에 PROFILE 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhong0509 committed Sep 4, 2022
1 parent 272e07f commit 14e0171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ARG CLOUD_CONFIG_USERNAME
ENV CLOUD_CONFIG_USERNAME ${CLOUD_CONFIG_USERNAME}
ARG CLOUD_CONFIG_PASSWORD
ENV CLOUD_CONFIG_PASSWORD ${CLOUD_CONFIG_PASSWORD}
ARG PROFILE
ENV PROFILE ${PROFILE}

ADD user-infrastructure/build/libs/*.jar app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 14e0171

Please sign in to comment.