Skip to content

Commit

Permalink
redpanda: set entrypoint to the custom entrypoint file (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Mar 13, 2024
1 parent fe0d3a8 commit d243321
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/redpanda/redpanda.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomize
defaultAdminAPIPort,
defaultSchemaRegistryPort,
},
Entrypoint: []string{},
Entrypoint: []string{entrypointFile},
Cmd: []string{
entrypointFile,
"redpanda",
"start",
"--mode=dev-container",
Expand Down

0 comments on commit d243321

Please sign in to comment.