Skip to content

Commit

Permalink
docker build할 때 컨테이너 시간 한국으로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
0702Yoon authored Aug 15, 2024
1 parent 0fabf6c commit 77f1cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:

# 3. 최신 이미지를 컨테이너화하여 실행시킨다..
- name: docker run new container
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 --env-file /home/ubuntu/env1.list ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 -e TZ=Asia/Seoul --env-file /home/ubuntu/env1.list ${{ secrets.DOCKERHUB_USERNAME }}/big-brother-demo

0 comments on commit 77f1cf1

Please sign in to comment.