Skip to content

Commit 01ead41

Browse files
committed
[HOTFIX] 시간대 오류 수정
1 parent 0931f72 commit 01ead41

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
commands:
22
set_time_zone:
3-
command: ln -f -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
4-
5-
option_settings:
6-
aws:elasticbeanstalk:application:environment:
7-
TZ: Asia/Seoul
8-
JAVA_TOOL_OPTIONS: "-Duser.timezone=Asia/Seoul"
3+
command: ln -f -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: java -Duser.timezone=Asia/Seoul -jar *.jar

0 commit comments

Comments
 (0)