We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef632b commit 5e9bf31Copy full SHA for 5e9bf31
examples/templates/devcontainer-docker/main.tf
@@ -28,7 +28,7 @@ resource "coder_agent" "main" {
28
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
29
/tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
30
EOT
31
- dir = "/worskpaces"
+ dir = "/workspaces"
32
33
# These environment variables allow you to make Git commits right away after creating a
34
# workspace. Note that they take precedence over configuration defined in ~/.gitconfig!
0 commit comments