mirror of https://github.com/dapr/java-sdk.git
reset empty line diff
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
parent
a45cb00f95
commit
14c91858df
|
|
@ -347,12 +347,9 @@ public class DaprContainer extends GenericContainer<DaprContainer> {
|
||||||
public void start() {
|
public void start() {
|
||||||
List<String> cmds = new ArrayList<>();
|
List<String> cmds = new ArrayList<>();
|
||||||
cmds.add("./daprd");
|
cmds.add("./daprd");
|
||||||
|
|
||||||
cmds.add("--app-id");
|
cmds.add("--app-id");
|
||||||
cmds.add(appName);
|
cmds.add(appName);
|
||||||
|
|
||||||
cmds.add("--dapr-listen-addresses=0.0.0.0");
|
cmds.add("--dapr-listen-addresses=0.0.0.0");
|
||||||
|
|
||||||
cmds.add("--app-protocol");
|
cmds.add("--app-protocol");
|
||||||
cmds.add(DAPR_PROTOCOL.getName());
|
cmds.add(DAPR_PROTOCOL.getName());
|
||||||
cmds.add("--placement-host-address");
|
cmds.add("--placement-host-address");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue