Skip to content

Commit 5e9bf31

Browse files
authored
fix: devcontainer-docker bad default directory (#12453)
1 parent cef632b commit 5e9bf31

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

+1-1
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)