Skip to content

Commit

Permalink
fix: updating entrypoint for agglayer
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Mar 30, 2024
1 parent a2dc057 commit 56e6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk_bridge_infra.star
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def start_agglayer(plan, args):
),
},
entrypoint=[
"/app/agglayer",
"/usr/local/bin/agglayer",
],
cmd=["run", "--cfg", "/etc/zkevm/agglayer-config.toml"],
),
Expand Down

0 comments on commit 56e6fc8

Please sign in to comment.