dogfood: remove folder from code-server (#3944)

This commit is contained in:
Ben Potter 2022-09-07 18:37:30 -04:00 committed by GitHub
parent 2b0fcf3ece
commit 332056af29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ resource "coder_agent" "dev" {
resource "coder_app" "code-server" {
agent_id = coder_agent.dev.id
name = "code-server"
url = "http://localhost:13337/?folder=/home/coder"
url = "http://localhost:13337/"
icon = "/icon/code.svg"
}