Skip to content

Commit d34db6b

Browse files
alv67mtojek
authored andcommitted
fix: devcontainer-docker bad default directory (#12453)
1 parent b16bd3f commit d34db6b

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/devcontainer-docker

1 file changed

+1
-1
lines changed

examples/templates/devcontainer-docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "coder_agent" "main" {
2828
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
2929
/tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
3030
EOT
31-
dir = "/worskpaces"
31+
dir = "/workspaces"
3232

3333
# These environment variables allow you to make Git commits right away after creating a
3434
# workspace. Note that they take precedence over configuration defined in ~/.gitconfig!

0 commit comments

Comments
 (0)