Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
essential2189 authored Jan 22, 2024
1 parent 111fb16 commit 812dd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN ./gradlew build -x test --parallel --stacktrace
FROM openjdk:17-alpine

ARG PROFILE
ENV PROFILE = ${PROFILE}
ENV PROFILE=${PROFILE}

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

0 comments on commit 812dd2d

Please sign in to comment.