Skip to content

Commit

Permalink
chore: profile arg
Browse files Browse the repository at this point in the history
  • Loading branch information
essential2189 committed Jan 22, 2024
1 parent a48ee6a commit 98b1e14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN ./gradlew build -x test --parallel --stacktrace
#######################################
FROM openjdk:17-alpine

ARG PROFILE=local
ENV PROFILE=${PROFILE}

# 빌더 이미지에서 JAR 파일 복사
COPY --from=builder /app/build/libs/*.jar /app.jar

Expand Down

0 comments on commit 98b1e14

Please sign in to comment.