Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e9bf31

Browse files
authored
fix: devcontainer-docker bad default directory (#12453)
1 parentcef632b commit5e9bf31

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)

[8]ページ先頭

©2009-2025 Movatter.jp