From bbda943304fda76ab211be60f62163608bf6f261 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 10 Sep 2025 17:42:13 -0600 Subject: chore: split the Procfile for each environment --- test/integration/container.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/integration') diff --git a/test/integration/container.go b/test/integration/container.go index c95bdfd..b385e18 100644 --- a/test/integration/container.go +++ b/test/integration/container.go @@ -23,6 +23,7 @@ func NewContainer(t *testing.T, ctx context.Context, envVars map[string]string) testcontainers.WithEnv(envVars), testcontainers.WithLogConsumers(&Logger{TB: t}), testcontainers.WithLogger(log.TestLogger(t)), + testcontainers.WithMounts(testcontainers.BindMount("Procfile.test", "/Procfile")), testcontainers.WithWaitStrategy( wait.ForHTTP("/").WithPort("10000"), ), -- cgit v1.2.3