Skip to content

Commit 4bd7fe8

Browse files
authored
fix(examples/templates/gcp-devcontainer): fix location of env file (coder#14422)
1 parent 53e5746 commit 4bd7fe8

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/gcp-devcontainer

1 file changed

+1
-1
lines changed

examples/templates/gcp-devcontainer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ locals {
213213
-h ${lower(data.coder_workspace.me.name)} \
214214
-v /home/${local.linux_user}/envbuilder:/workspaces \
215215
-v /var/run/docker.sock:/var/run/docker.sock \
216-
--env-file env.txt \
216+
--env-file /home/${local.linux_user}/env.txt \
217217
${data.coder_parameter.devcontainer_builder.value}
218218
META
219219
}

0 commit comments

Comments
 (0)