Skip to content

Commit

Permalink
feat: provide arguments to external node entrypoint (matter-labs#1482)
Browse files Browse the repository at this point in the history
Signed-off-by: tomg10 <lemures64@gmail.com>
  • Loading branch information
tomg10 authored Mar 21, 2024
1 parent c5d6c4b commit f370c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/external-node/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
# Prepare the database if it's not ready. No-op if the DB is prepared.
sqlx database setup
# Run the external node.
exec zksync_external_node
exec zksync_external_node "$@"

0 comments on commit f370c37

Please sign in to comment.