mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(examples): use correct build args for Docker template (#5721)
This commit is contained in:
@@ -95,7 +95,7 @@ resource "docker_image" "main" {
|
||||
name = "coder-${data.coder_workspace.me.id}"
|
||||
build {
|
||||
path = "./build"
|
||||
build_arg = {
|
||||
build_args = {
|
||||
USER = local.username
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user