Skip to content

Commit

Permalink
devenv: Set TZ environment variable at the container level
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jul 16, 2024
1 parent 5baf392 commit 9a789ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
// "build": {
// "dockerfile": "Dockerfile"
// },
"containerEnv": {
"TZ": "UTC"
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
3 changes: 0 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"--folder-uri=${workspaceRoot}/docs",
"--folder-uri=${workspaceRoot}/lib/esbonio/tests/workspaces/demo"
],
"env": {
"TZ": "UTC"
},
"outFiles": [
"${workspaceRoot}/code/dist/node/**/*.js"
],
Expand Down

0 comments on commit 9a789ad

Please sign in to comment.