Skip to content

Commit

Permalink
feat: provide arguments to external node entrypoint (#1482)
Browse files Browse the repository at this point in the history
Signed-off-by: tomg10 <lemures64@gmail.com>
  • Loading branch information
tomg10 authored and montekki committed Mar 22, 2024
1 parent 0df4814 commit 939cacb
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 939cacb

Please sign in to comment.