From 7636506219fbfac4bc3299ca43610266176ee27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Mon, 20 Oct 2025 15:30:31 +0200 Subject: [PATCH] removed second entrypoint --- main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tf b/main.tf index 913bec2..ced55c4 100644 --- a/main.tf +++ b/main.tf @@ -169,7 +169,6 @@ resource "docker_container" "workspace" { "&&", "exec", "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}"] host { host = "host.docker.internal"