Skip to content

Commit

Permalink
fix: prod profile ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawer0223 authored Aug 8, 2023
1 parent b50b38c commit 4cef7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions muckpot-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG JAR_FILE=build/libs/*.jar

COPY ${JAR_FILE} app.jar

ARG PROFILE=dev
ARG PROFILE=prod
ENV PROFILE=${PROFILE}

ENTRYPOINT ["java", "-Dspring.profiles.active=${PROFILE}", "-Duser.timezone=Asia/Seoul", "-jar", "/app.jar"]
ENTRYPOINT ["java", "-Dspring.profiles.active=${PROFILE}", "-Duser.timezone=Asia/Seoul", "-jar", "/app.jar"]

0 comments on commit 4cef7ae

Please sign in to comment.