fix(examples/templates/gcp-devcontainer): fix location of env file (#14422)

This commit is contained in:
Cian Johnston
2024-08-23 17:46:02 +01:00
committed by GitHub
parent 53e5746636
commit 4bd7fe8506

View File

@ -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
}