Skip to content

Commit 91c8f34

Browse files
committed
chg TZ to Asia/Seoul
1 parent aab5e3d commit 91c8f34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}

week2/Wed/devcontainer/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build": {
44
"dockerfile": "Dockerfile",
55
"args": {
6-
"TZ": "${localEnv:TZ:America/Los_Angeles}",
6+
"TZ": "${localEnv:TZ:Asia/Seoul}",
77
"CLAUDE_CODE_VERSION": "latest",
88
"GIT_DELTA_VERSION": "0.18.2",
99
"ZSH_IN_DOCKER_VERSION": "1.2.0"

0 commit comments

Comments
 (0)