Skip to content

Commit

Permalink
fix: profile 활성화 prod 명시적 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Jan 20, 2025
1 parent eb433fd commit 8eae6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ files:

# run app
killall java
java -Dfile.encoding=UTF-8 -jar $JAR_PATH
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=prod -jar $JAR_PATH

0 comments on commit 8eae6fc

Please sign in to comment.