Skip to content

Commit

Permalink
HOTFIX: 스프링 time zone 서울로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyxklee authored Jul 31, 2024
1 parent 50756f1 commit 6c5ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
fi
sudo docker pull ${{ secrets.DOCKER_USER_NAME }}/weeth
sudo docker run --name spring -d -p 8080:8080 --env-file ./weeth.env ${{ secrets.DOCKER_USER_NAME }}/weeth
sudo docker run --name spring -d -p 8080:8080 --env-file ./weeth.env -e TZ=Asia/Seoul ${{ secrets.DOCKER_USER_NAME }}/weeth
sudo docker image prune -a -f

0 comments on commit 6c5ac61

Please sign in to comment.