Skip to content

Commit

Permalink
Chore: dockerfile typo2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejow committed Mar 14, 2024
1 parent 837c897 commit 3d846c9
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 @@ -11,7 +11,7 @@ COPY ${JAR_FILE} ajaja.jar
ENV spring_profile=${SPRING_PROFILE} \
jasypt_password=${JASYPT_PASSWORD} \
mail_username=${MAIL_USERNAME} \
mail_password=${MAIL_PASSWORD} \
mail_password=${MAIL_PASSWORD}

ENTRYPOINT java -jar -Duser.timezone=Asia/Seoul ajaja.jar \
--spring.profiles.active=${spring_profile} \
Expand Down

0 comments on commit 3d846c9

Please sign in to comment.