We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab5e3d commit 91c8f34Copy full SHA for 91c8f34
week2/Wed/devcontainer/.devcontainer/.devcontainer.json
@@ -0,0 +1 @@
1
+{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}
week2/Wed/devcontainer/.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
"build": {
4
"dockerfile": "Dockerfile",
5
"args": {
6
- "TZ": "${localEnv:TZ:America/Los_Angeles}",
+ "TZ": "${localEnv:TZ:Asia/Seoul}",
7
"CLAUDE_CODE_VERSION": "latest",
8
"GIT_DELTA_VERSION": "0.18.2",
9
"ZSH_IN_DOCKER_VERSION": "1.2.0"
0 commit comments