summaryrefslogtreecommitdiff
path: root/test/integration/container.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-09-10 17:42:13 -0600
committermo khan <mo@mokhan.ca>2025-09-10 17:42:13 -0600
commitbbda943304fda76ab211be60f62163608bf6f261 (patch)
tree672a40e732bf263132e274d2478b45bf1c2cde36 /test/integration/container.go
parent9081607de417823e17ad966bf1ce73d298bb70f4 (diff)
chore: split the Procfile for each environment
Diffstat (limited to 'test/integration/container.go')
-rw-r--r--test/integration/container.go1
1 files changed, 1 insertions, 0 deletions
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"),
),