diff --git a/crates/cuddle-ci/src/node_service.rs b/crates/cuddle-ci/src/node_service.rs index d3274fb..6822bad 100644 --- a/crates/cuddle-ci/src/node_service.rs +++ b/crates/cuddle-ci/src/node_service.rs @@ -199,7 +199,7 @@ impl NodeService { ) .with_user("node") .with_exposed_port(1337) - .with_exec(vec!["yarn", "start"]); + .with_entrypoint(vec!["yarn", "start"]); Ok(final_image) }