Skip to content

Commit

Permalink
👷 CI/CD: KST timezone 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Feb 5, 2024
1 parent 17262e2 commit 61150b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions_dev/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 -Duser.timezone=Asia/Seoul -Dfile.encoding=UTF-8 -jar $JAR_PATH

0 comments on commit 61150b1

Please sign in to comment.