Skip to content

Commit

Permalink
docker파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
namhyo01 committed Oct 4, 2023
1 parent 2e82a5a commit 543d381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ FROM --platform=linux/amd64 openjdk:17-alpine
ENV APP_HOME=/app
WORKDIR $APP_HOME

ARG JASYPT_SECRET
ARG JASYPT_SECRET=${JASYPT_SECRET}
ENV JASYPT_SECRET=${JASYPT_SECRET}
ARG CONFIG_IMPORT
ARG CONFIG_IMPORT=${CONFIG_IMPORT}
ENV CONFIG_IMPORT=${CONFIG_IMPORT}
ARG PROFILE_ACTIVE
ARG PROFILE_ACTIVE=${PROFILE_ACTIVE}
ENV PROFILE_ACTIVE=${PROFILE_ACTIVE}
# JAR파일
# ARG JAR_FILE=$APP_HOME/build/libs/*.jar
Expand Down

0 comments on commit 543d381

Please sign in to comment.