mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: devcontainer-docker bad default directory (#12453)
This commit is contained in:
@@ -28,7 +28,7 @@ resource "coder_agent" "main" {
|
||||
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
|
||||
/tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
|
||||
EOT
|
||||
dir = "/worskpaces"
|
||||
dir = "/workspaces"
|
||||
|
||||
# These environment variables allow you to make Git commits right away after creating a
|
||||
# workspace. Note that they take precedence over configuration defined in ~/.gitconfig!
|
||||
|
||||
Reference in New Issue
Block a user