Skip to content

Commit 5974fcf

Browse files
committed
fix: 스케줄러 정상 작동을 위한 도커 타임존 설정
1 parent d5fc9ec commit 5974fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
docker pull ${{ steps.login-ecr.outputs.registry }}/music:${{env.date}}
7272
docker stop music || true
7373
docker rm music || true
74-
docker run -d --name music -p 8080:8080 ${{ steps.login-ecr.outputs.registry }}/music:${{env.date}}
74+
docker run -d -e TZ=Asia/Seoul --name music -p 8080:8080 ${{ steps.login-ecr.outputs.registry }}/music:${{env.date}}

0 commit comments

Comments
 (0)