mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix(examples/templates/gcp-devcontainer): fix location of env file (#14422)
This commit is contained in:
@ -213,7 +213,7 @@ locals {
|
||||
-h ${lower(data.coder_workspace.me.name)} \
|
||||
-v /home/${local.linux_user}/envbuilder:/workspaces \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
--env-file env.txt \
|
||||
--env-file /home/${local.linux_user}/env.txt \
|
||||
${data.coder_parameter.devcontainer_builder.value}
|
||||
META
|
||||
}
|
||||
|
Reference in New Issue
Block a user