removed second entrypoint

This commit is contained in:
2026-03-19 15:14:06 +01:00 Verified
parent dfeb4d8ce4
commit 7636506219
-1
View File
@@ -169,7 +169,6 @@ resource "docker_container" "workspace" {
"&&", "exec", "&&", "exec",
"sh", "-c", replace(coder_agent.main.init_script, "/localhost|127\\.0\\.0\\.1/", "host.docker.internal") "sh", "-c", replace(coder_agent.main.init_script, "/localhost|127\\.0\\.0\\.1/", "host.docker.internal")
] ]
entrypoint = ["sh", "-c", replace(coder_agent.main.init_script, "/localhost|127\\.0\\.0\\.1/", "host.docker.internal")]
env = ["CODER_AGENT_TOKEN=${coder_agent.main.token}"] env = ["CODER_AGENT_TOKEN=${coder_agent.main.token}"]
host { host {
host = "host.docker.internal" host = "host.docker.internal"